Xcode 8.2.1 - Error: Wrong version of the bit code (producer: "802.0.41.0_0" Reader: "800.0.42.1_0")

I'm trying to implement a new audience network for Facebook 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 iOS SDK v4.21.1, but not with v4.20.0. I use Xcode 8.2.1 and Objective-C, and the bit code option in the build settings is set to No.

enter image description here

Here is a list of changes to the Facebook Audience network, but nothing related to this problem: https://developers.facebook.com/docs/ios/change-log-4x

Does anyone else have this error? Did you find a solution?

Thanks in advance! 👍

+6
2

/ Xcode 8.2.1, , 5.12.3 NewRelic. 5.12.2, , , Xcode 8.3+, 8.2.1 ( Xcode).

+5

Source: https://habr.com/ru/post/1016611/


All Articles