8
votes

I have updated Facebook SDK 4.37, after updating the SDK I started seeing one compile time error to disable bitcode. I can't disable bitcode because I have watch kit app which really need to have bitcode enable. If anyone faced this issue and solution, please let me know.

The error that I am seeing is here:

FBSDKShareKit.framework/FBSDKShareKit(FBSDKLikeBoxView.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file FBSDKShareKit.framework/FBSDKShareKit' for architecture arm64

I also posted the same thing on Developers page on Facebook. They are saying this is known and trying to fix.

2
Is there any update on this? - Houman
No, I didn't get anything on this... I am just wondering how the other developers are working on this bitcode issue. - Narendar Singh Saini
I found out the issue was reported to Facebook 10 days ago and it has remained broken. This is unbelievable: developers.facebook.com/support/bugs/189257625300905/… - Houman
I saw your comment. Is there any other way to send a message to the Facebook Developers Team apart from Support page where you already posted? - Narendar Singh Saini
I am also unable to integrate this SDK until this issue is resolved. As of Oct 15, I don't see any updates from FB so far. - Silicon Fox

2 Answers

0
votes

I finally ended up integrating the facebook sdk without any bitcode issues. I went back and used 4.36 instead of 4.37. The download link I used is here. (I don't use cocoapods). Hopefully fb will eventually get around to releasing a stable version. But until then ill stick to 4.36.