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

Support for Expo SDK50 #1737

Closed
garygcchiu opened this issue Jan 19, 2024 · 1 comment
Closed

Support for Expo SDK50 #1737

garygcchiu opened this issue Jan 19, 2024 · 1 comment

Comments

@garygcchiu
Copy link

garygcchiu commented Jan 19, 2024

Hey,

Has anyone been able to use WatermelonDB with Expo SDK50 (just released)? When upgrading my app from SDK49 to SDK50, running npx expo run:ios gives:

✔ Finished prebuild
⚠️  Something went wrong running `pod install` in the `ios` directory.
Command `pod install` failed.
└─ Cause: There are multiple dependencies with different sources for `simdjson` in `Podfile`:

- simdjson (from `../../../node_modules/@nozbe/simdjson`)
- simdjson (from `../node_modules/@nozbe/simdjson`)

pod install --repo-update --ansi exited with non-zero code: 1

If I remove my dependency on @nozbe/simdjson, it then gives:

⚠️  Something went wrong running `pod install` in the `ios` directory.
Command `pod install` failed.
└─ Cause: There are multiple dependencies with different sources for `WatermelonDB` in `Podfile`:

- WatermelonDB (from `../../../node_modules/@nozbe/watermelondb`)
- WatermelonDB (from `../node_modules/@nozbe/watermelondb`)

pod install --repo-update --ansi exited with non-zero code: 1

Are things working for others?

@garygcchiu
Copy link
Author

Following here, closing this issue. morrowdigital/watermelondb-expo-plugin#34

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

1 participant