We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading nativescript/facebook from 2.1.3 to 2.2.0, the iOS app is crashing right after the start.
Termination Reason: DYLD 1 Library missing Library not loaded: @rpath/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics
@NathanWalker seems to be related to this commit: e4604e6
The text was updated successfully, but these errors were encountered:
With latest NativeScript components (nativescript/core 8.5.3, nativescript/ios 8.5.1, cli 8.5.3), the error message looks a bit different:
Library not loaded: @rpath/FBAEMKit.framework/FBAEMKit
I see other issues/discussions about that crash, however they are mostly related to Unity apps. https://developers.facebook.com/community/threads/1241428960053832/ facebook/facebook-sdk-for-unity#659 facebook/facebook-ios-sdk#2128
I tried some of the "workarounds", but I was not able to find a working solution. I am not an iOS expert though...
If no one else finds a way, this plugin should stick go back to version 14.1.0 for Facebook on iOS (crashes occor from 15.0.0+).
Sorry, something went wrong.
The issue is/was related to Codoapods version for some reason. I was using 1.11.3 and after upgrading to 1.12.1, the crash does not happen anymore.
No branches or pull requests
After upgrading nativescript/facebook from 2.1.3 to 2.2.0, the iOS app is crashing right after the start.
@NathanWalker seems to be related to this commit: e4604e6
The text was updated successfully, but these errors were encountered: