IFTTT/JazzHands

Unknown external source parameters for `JazzHands`: `path../`

yunas opened this issue · 4 comments

Hi, I am trying to run the demo project but always fail to complete the pod installation.
Can anyone kindly guide me what should I do to make it work ?

$ pod install
Analyzing dependencies
/Library/Ruby/Gems/1.8/gems/cocoapods-0.18.1/lib/cocoapods/executable.rb:55: warning: Insecure world writable dir /usr/local in PATH, mode 040777

CocoaPods 0.29.0 is available.

[!] Unknown external source parameters for JazzHands: path../

This depends on the path modifier. I see you're running cocoapods v18 and path may not be available in that version. Can you try updating cocoapods first?

Confirmed path is definitely not available in cocoapods 18. Update with gem install cocoapods

thank you... that worked !

👍