-
Notifications
You must be signed in to change notification settings - Fork 26
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
Build fail on iOS after update v3.0.2, react-native 0.71.8 , expo 48 #66
Comments
Hmm, that file is supposed to be generated by Xcode automatically. To confirm I understand correctly, this only occurs with expo, not plain RN? |
Ah i see, I use expo and pre-build to react-native, so it's not expo-go its similar plain RN. it's working on the version 2 - I will reproduce and share example repo. |
@alpha0010 Here is repo that contains the code to re-produce the issue: https://github.com/meabed/rxdb-react-native-demo I think it's happening when using plugins with expo - I will test and post the updates here |
@alpha0010 so i figured this is happening when you use static framework in pod file ( which is needed for firebase and crashlytics ) so maybe this is the reason this file was not generated.
https://github.com/meabed/rxdb-react-native-demo/blob/master/ios/Podfile#L45 ![]() |
Thanks for your detailed analysis of this bug. As you can tell from commit history, launching new arch support has been rougher than I hoped. |
Thank you π |
Hey π
Thank you for releasing the update, while updating the package I encountered a build failure, please find the details:
react-native: 0.71.8
react-native-file-access: 3.0.2
Platform: iOS
Bug
Build Fail when compiling the app
To reproduce
Install the packages and run the ios app
The text was updated successfully, but these errors were encountered: