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 #34

Open oskitar89 opened 9 years ago

oskitar89 commented 9 years ago

I installed dependencies via cocoa pods but when I compiled the project there is an error in the files KFAWSCredentialsProvider.h and in the file KFAWSCredentialsProvider.m

In KFAWSCredentialsProvider.m the error is in the line:

import <Bolts/BFTask.h>

Bolts/BFTask.h file not found

In KFAWSCredentialsProvider.h the error is in the line:

It works before but I update cocoa because Kickflip not work in my mobile with the version 1.2 but now not compiled with the version 1.3

zummenix commented 9 years ago

Seems like PR #33 should fix this. If urgent you can use my repo:

pod 'Kickflip', :git => 'https://github.com/zummenix/kickflip-ios-sdk'
oskitar89 commented 9 years ago

Thank you very much, it works

zummenix commented 9 years ago

You are welcome! Don't forget to change to official Kickflip when issue will be fixed.

raphaelcruzeiro commented 9 years ago

You are a life saver @zummenix !

pixatra5163 commented 7 years ago

I used cocoapods to install the sdk, and it still gives me this error 'BFTask.h' not found. I am on Xcode 8.1 Beta

Krusheuski commented 6 years ago

(BFTask *)refresh; Expected a type

Xcode 9.2!