-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Crash on Xcode 15 with iOS 14 #2274
Comments
Maybe you can try this solution https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes
|
I add -Wl,-ld_classic options to the OTHER_LDFLAGS build setting, and it works! thank you. |
this resolve my problem |
https://developer.apple.com/documentation/xcode-release-notes/xcode-15_1-release-notes#Linking Xcode 15.1 should fixed the problem, no need add link flag. |
Checklist before submitting a bug report
Xcode version
15.0
Facebook iOS SDK version
16.2.0
Dependency Manager
SPM
SDK Framework
Core
Goals
Success to build
Expected results
Success to build
Actual results
When I run my app on iOS 14.1 real device, there is a crash from Facebook SDK.
But they just give only
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
.If I don't initalize facebook SDK, then it works to run.
I updated facebook SDK version 14 to 16, but it doesn't work.
How can I fix? Please let me know.
Error Stack
Steps to reproduce
No response
Code samples & details
No response
The text was updated successfully, but these errors were encountered: