swift-sdk
swift-sdk copied to clipboard
Objective-C modules are incompatible with Objective-C++ (React Native 0.68+)
The Iterable docs recommending using the @import
Objective-C module syntax:
Unfortunately, this is not compatible with Objective-C++ (React Native 0.68+):
Please provide us with the headers we can import instead of the module syntax.
Related: https://github.com/firebase/FirebaseUI-iOS/issues/875 https://github.com/facebook/react-native/issues/33692 https://github.com/invertase/react-native-firebase/pull/6223 https://github.com/segmentio/analytics-ios/issues/1036
Thanks for reporting this @shamilovtim ! This screen shot is helpful. I'll be working on this ASAP.
We've detailed a workaround fix in our docs by adding in a header file, for versions 0.68.2 to 0.69.3; versions 0.69.4+ have this issue fixed.