IFTTT/JazzHands

JazzHandsDemo does not work because of CocoaPods

Opened this issue · 12 comments

Compilation failed because of CocoaPods related script.

Please make the demo not related to CocoaPods. Not everybody — want or can – use CocoaPods...

You can install JazzHands into any app by copying the src folder into your project; no pods required. You can do the same for the Example project.

Ok. But issue is about the demo.

You can copy the src folder into the Demo app too.

Ok, thank you.

Compilation failed due to various errors in code...
So it's not only by adding src folder...

Can you share the errors you're seeing?

First of all, shell script related to CocoaPods Check Pods Manifest.lock must be removed.

Then there are 9 issues: see the picture attached.
140423-0002

You can remove that script manually. Other issues should now be resolved.

Script is already removed...

Xcode 5.1.1

Did you try with the latest changes? What issues are you still seeing?

Ok, I've found the problem and made the demo compile and run.
In Build Settings, flag Treat Warnings as Errorsis initially set to Yes. Switching it to No and everything is fine or seems to be.