-
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
facebook sdk version 11.1.0 -> 11.2.1 update bulid fail #1902
Comments
Hi @colondeethpark - What package manager are you using? CocoaPods, SPM, Carthage or something else? |
hi @jawwad I am using cocoapods |
The same phenomenon occurs in version 11.1.0. |
Hi @colondeethpark - We are preparing to do a release sometime next week and I believe this issue will be fixed in the upcoming release. |
Hi @colondeethpark - We just released v12.0.0 of the iOS SDK. Could you see if updating fixes the build failure for you? Also let me know if you run into any issues while trying to upgrade. |
@colondeethpark - FBSDKApplicationDelegate is included in FBSDKCoreKit. Can you try importing it as: |
Hi @colondeethpark - I just tried this on a new project and I didn't have any issues. I'm not sure why you are running into this. If you can put together a minimal sample project that reproduces the issue I can try to take a further look. |
Hi @colondeethpark - I'm going to close the issue out since the original issue that was reported doesn't occur. Please open another issue if you continue to run into issues. Also if you can put together a minimal sample project that reproduces any issues you encounter it would make troubleshooting easier for us. Thanks! |
Any solution for the above? I am getting errors with 12.3.1.
I am trying to update the FBSDK's as per this changelog. Manually downloaded the static xcframework added to the apps and linked it with the Binaries in the Xcode option.
|
I had the same problem and use sdk 11.0.1 Thank you |
Checklist before submitting a bug report
Xcode version
13.0.0
Facebook iOS SDK version
11.2.1
Installation platform & version
1.11.2
Package
Core
Goals
After updating the Facebook SDK to the latest
The build fails.
InternalUtilityProtocol file
Cannot create __weak reference in file using manual reference counting
Expected results
After updating the Facebook SDK to the latest
The build fails.
InternalUtilityProtocol file
Cannot create __weak reference in file using manual reference counting
Actual results
After updating the Facebook SDK to the latest
The build fails.
InternalUtilityProtocol file
Cannot create __weak reference in file using manual reference counting
Steps to reproduce
cocoapod pod update
facebook sdk version 11.0.1 -> 11.2.1
After updating the Facebook SDK to the latest
The build fails.
InternalUtilityProtocol file
Cannot create __weak reference in file using manual reference counting
Code samples & details
The text was updated successfully, but these errors were encountered: