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
.

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! 👍