-
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
FBSDKCoreKit 4.10.0 is forcing Bolts 1.6 through CocoaPods, using a faulty waitUntilFinished method on BFTask #257
Comments
Not sure how this is relevant to Bolts, tbh.
More than that, |
I hope this stack trace of the crash throws more light about it: |
The stack trace definitely helps, but I don't think it's a crash in this case, but rather I can see that you manually stopped it. I would recommend filing a report on the exact conditions on when this happens on the Parse SDK repo, since it's not a bug in Bolts, but likely to be one in Parse SDK. |
Hi @nlutsenko |
Regarding the Facebook iOS SDK https://github.com/facebook/facebook-ios-sdk (as FBSDKCoreKit through CocoaPods), the version 4.10.0 is forcing Bolts (https://github.com/BoltsFramework/Bolts-ObjC) to its version 1.6 (SHA d293c44).
In the BFTask class, the method
- (void)waitUntilFinished
has a faulty behaviour which is recurrently causing a crash.I tried to force a
pod update Bolts
but the FBSDKCoreKit 4.10.0 version is stopping it from updating.Is there a way to force a CocoaPods update for Bolts from 1.6.0 to 1.7.0 without updating FBSDKCoreKit to the latest version of it which supports that required version of Bolts?
The text was updated successfully, but these errors were encountered: