Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorry.where is the pods file? #7

Open
karubilee opened this issue Jul 31, 2015 · 3 comments
Open

sorry.where is the pods file? #7

karubilee opened this issue Jul 31, 2015 · 3 comments

Comments

@karubilee
Copy link

No description provided.

@eridbardhaj
Copy link

You just need to navigate to the directory of the project on Terminal using: cd yourDir and then execute this command pod install. If you don't have CocoaPods installed in your system on terminal write: sudo gem install cocoapods. Then the project is ok

@stevechan3310
Copy link

i tried pod install but stuck on libsodium. Error as below

`[!] Error installing libsodium
[!] /usr/bin/curl -f -L -o /var/folders/sk/9k0vmhp93bn48172h48m61xh0000gn/T/d20160225-1015-wosck0/file.tgz https://github.com/jedisct1/libsodium/releases/download/1.0.2/libsodium-1.0.2.tar.gz --create-dirs

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found`

What im doing wrong? Please help thank you.

@renjingkai
Copy link

OK,i had the same issue too and fixed by the following step:
1.open the podfile
2.change:pod 'libsodium', :podspec => 'Podspecs/libsodium.podspec.json' to pod 'libsodium'.
3.pod install
I hope this will helop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants