Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objective-C modules are incompatible with Objective-C++ (React Native 0.68+) #563

Closed
shamilovtim opened this issue Jun 14, 2022 · 2 comments

Comments

@shamilovtim
Copy link

shamilovtim commented Jun 14, 2022

The Iterable docs recommending using the @import Objective-C module syntax:
Screen Shot 2022-06-14 at 7 28 04 PM

Unfortunately, this is not compatible with Objective-C++ (React Native 0.68+):
Screen Shot 2022-06-14 at 7 29 37 PM

Please provide us with the headers we can import instead of the module syntax.

Related:
firebase/FirebaseUI-iOS#875
facebook/react-native#33692
invertase/react-native-firebase#6223
segmentio/analytics-ios#1036

@roninopf
Copy link
Contributor

Thanks for reporting this @shamilovtim ! This screen shot is helpful. I'll be working on this ASAP.

@roninopf
Copy link
Contributor

roninopf commented Sep 6, 2022

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.

@roninopf roninopf closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants