-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bolts 1.6.0 build errors after a pod update #220
Comments
Hey @dfernando123, any chance you are using an old version of Xcode? (before 7.0?) |
Hi @nlutsenko , Thank you very much for the quick response. I'm using the Xcode version 6.4. In that case I will have to get Xcode 7.0 in. |
That should be definitely it then, the new version of Bolts (1.6) won't work on old Xcode. |
Sure, will let you know after the upgrade. Thank you for the insight! |
Hi @nlutsenko , Thanks so much for the instructions. It worked after the upgrade! Also, It would be great if you could mention in the note. It would be great and much helpful for someone who may get the same. Thanks again! |
Glad it helped. It's actually noted in the release notes for 1.6 😁 |
My Bad! Please accept my apologies 😑 |
Hi,
I'm encountering set of errors in bolts after I update pods today. I do not have specifically Bolts mentioned in my dependency list, but cause of Facebook SDKs, it automatically get install Bolts 1.6.0 version. I assume the set of errors are due to the below essentially;
Pods/Bolts/Bolts/Common/BFTaskCompletionSource.h:15:15: error: cannot find protocol declaration for 'ResultType'
@Class BFTask;
I have attached the error list shown in the panel. Of note I have cocoa pods and system up-to-date.
Thank you very much!
The text was updated successfully, but these errors were encountered: