I'm using the React Native Intercom SDK (versions below) and am getting the following build error:
/DEV AppCenter-iphoneos/XCFrameworkIntermediates/Intercom/Intercom.framework/Intercom' 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.
@intercom/intercom-react-native: 4.0.0
react-native: 0.70.6
Node: 14
Xcode: 13
What can I do to solve this?