I'm trying to implement the new Facebook Audience Network iOS SDK v4.22.0, but when I compile the project I get the following error:
error: Invalid bitcode version (Producer: '802.0.41.0_0' Reader: '800.0.42.1_0')
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I also got this error with the iOS SDK v4.21.1, but not with the v4.20.0. I'm using Xcode 8.2.1 and Objective-C, and the bitcode option in Build Settings is set to No
.
Here is the Facebook Audience Network changelog, but there is nothing related with this issue: https://developers.facebook.com/docs/ios/change-log-4x
Is there anyone else getting this error? Have you found a solution?
Thanks in advance! π