-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error: "xcodebuild redefinition of 'sqlite3_xxx'" when building fresh expo project #65
Comments
Having this problem as well when using eas build |
Hey @felixsebastian and @histefhere {
"expo.updates.useThirdPartySQLitePod": "true"
} For more details, you can refer to the discussion in Expo issue #30546. Let us know if this works for you. |
I'm confused because I see the original developer list the fix as:
Is the correct syntax what you have provided @mugikhan ? My issue pertains to an error starting with ` 37 | #include <regex.h>
Platform: ios Target OS: 15.1 I reinstalled pods, changed configs, took out any db interactions I had, etc. however, I still come to the same problem. It's actually a problem with |
@DeliveranceTechSolutions My statement is correct, I have tested it personally and it works. It also aligns with what is currently in the Expo package See here. Is there any other packages you are using that could be providing sqlite3 maybe |
After running prebuild I added { Build failed: The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs: |
I tested this locally and on EAS build. Adding my findings here for context. I ran the following to create a fresh app.
For me this did not give any errors. The app launched after building. Since this issue is related to multiple definitions of SQLite, I manually added I followed the steps recommended by Mugi of adding the settings to my For some background: It seems like @histefhere I'd start by verifying the |
Problem
Can't build expo app, get a bunch of errors like
Also get a warning when I run expo-doctor about this package being 'Untested on New Architecture'
Steps to reproduce
npx create-expo-app
npx expo install @journeyapps/react-native-quick-sqlite
npx expo run:ios
The text was updated successfully, but these errors were encountered: