I have checked logs on crashlytics, There are alot of users face with this issue.
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
11.35.1 [Cocoapodsl] version 7.0.0
anyone have experience with this issue please help me..
I am seeing the same crash in our app. We are on version 5.8 of the SDK.
@tubeobeotu Would you mind checking what SDK version you are using? Seems like we released a fix for it on iOSSDK.6.4.0 https://github.com/facebook/facebook-ios-sdk/issues/1159
I am seeing the same crash in our app. We are on version
5.8of the SDK.
@edahle Could you update to the sdk version >= 6.4.0 to see if there is the same crash? Thanks.
I am seeing the same crash in our app. We are on version
5.8of the SDK.@edahle Could you update to the sdk version >= 6.4.0 to see if there is the same crash? Thanks.
Hi @Oliverccccct - I'm in the process of doing that, however the highest version I'm able to update FBSDKCoreKit through Cocoapods to is 5.15.1.
I am seeing the same crash in our app. We are on version
5.8of the SDK.@edahle Could you update to the sdk version >= 6.4.0 to see if there is the same crash? Thanks.
Hi @Oliverccccct - I'm in the process of doing that, however the highest version I'm able to update
FBSDKCoreKitthrough Cocoapods to is5.15.1.
Hi @edahle, could you check if your pod file sets a limit version like pod 'FBSDKCoreKit', '~> 5.0'? You could use pod 'FBSDKCoreKit' instead. Thanks.
I am seeing the same crash in our app. We are on version
5.8of the SDK.@edahle Could you update to the sdk version >= 6.4.0 to see if there is the same crash? Thanks.
Hi @Oliverccccct - I'm in the process of doing that, however the highest version I'm able to update
FBSDKCoreKitthrough Cocoapods to is5.15.1.Hi @edahle, could you check if your pod file sets a limit version like
pod 'FBSDKCoreKit', '~> 5.0'? You could usepod 'FBSDKCoreKit'instead. Thanks.
Hey @Oliverccccct had to adjust our platform version. Now on 7.1.1. I will monitor once we release to production and update here. Thank you!
Seems like this is resolved.
Most helpful comment
anyone have experience with this issue please help me..