iOS build problem: Swift Experimental Features #8510
Unanswered
NoahSaberhagen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`Access level on imports require '-enable-experimental-feature AccessLevelOnImport'
The error appears to happen when the FirebaseCoreInternal pod makes use of experimental "internal" imports. I am using @react-native-firebase/app and @react-native-firebase/auth, just going for a simple setup.
The steps I took are:
Here are screenshots of my app.json and the output from the terminal.
I have tried custom expo plugins with no success (a gemini suggestion), as well as poking around in xcode to see if I can manually change the Swift experimental features and couldn't find anything there.
Ideally this could be programmatically fixed and not a manual thing.
Anyone encounter this build issue or similar? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions