Kickflip / kickflip-ios-sdk

Kickflip iOS SDK
http://kickflip.io
Apache License 2.0
346 stars 143 forks source link

'Bolts/BFTask.h' file not found #37

Open raphaelcruzeiro opened 9 years ago

raphaelcruzeiro commented 9 years ago

When installing Kickflip via CocoaPods on Xcode 7.

omarojo commented 8 years ago

I have the same problem.. KFAWSCredntialsProvider.h shows an error on line #42 - Expected a type

zummenix commented 8 years ago

Take a look at #33. I think it should fix this.

joanxtb commented 8 years ago

I fixed it by adding to my podfile this:

pod 'Bolts'

That solved the problem, however the next 'build' that I made ran through 3 more issues....