chrisballinger / BLEMeshChat

Bluetooth LE Mesh Chat for iOS and Android
Mozilla Public License 2.0
488 stars 94 forks source link

sorry.where is the pods file? #7

Open karubilee opened 9 years ago

eridbardhaj commented 9 years ago

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 commented 8 years ago

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 commented 8 years ago

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