Search code examples
cocoapodsappceleratorappcelerator-hyperloophyperloopappc-hyperloop

Hyperloop error when processing Cocoapods dependencies


After downloading the hyperloop-examples files, and running appc ti build -p ios, I get errors when Hyperloop finds the CocoaPods dependencies. The exact error text is:

[ERROR] An error occurred during build after 3s 372ms [ERROR] pod install returned a non-zero exit code

The only change I had to make was to set sdk-version in tiapp.xml to 5.4.0.v20160608165242 instead of 5.4.0 (pulled this version of the SDK by running appc ti sdk install -b 5_4_X)

appc -v returns 5.2.2 appc ti -v returns 5.0.6

Also, if I remove the Podfile file, the app builds and runs on the simulator. Most of the samples work (obviously not the Third-Party Libraries one). I see in some of the other issues where people were able to get the cocoapod dependencies working, so this may just be a cocoapod issue with my machine. pod --version returns 1.0.1

pod install provides the error:

Could not automatically select an Xcode project. Specify one in your Podfile like so:


Solution

  • Version 1.0.1 of cocoapods does not work with hyperloop right now. Uninstalled that version and installed 0.39.0 instead resolved the issue. sudo gem install cocoapods -v 0.39.0