Closed sravis02 closed 1 year ago
@sravis02 I had the same issue, updated the ios/Podfile for the watermelondb dependencies.
pod 'WatermelonDB', :path => '../node_modules/@nozbe/watermelondb'
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi', :modular_headers => true
pod 'simdjson', path: '../node_modules/@nozbe/simdjson', :modular_headers => true
to build again run yarn expo run:ios or yarn expo run:andorid
Hi thanks for flagging this issue, we have PR which fixes #16 this issue. We will update the lib once we merge it.
Hi we will be pushing a fix for "@nozbe/watermelondb": "^0.25.5",
Hi can we install "@morrowdigital/watermelondb-expo-plugin": "^2.1.1"
and re-run the npx expo run:[ios | android]
. This new version aims to fix "@nozbe/watermelondb": "^0.26.0"
, please make sure that you have it on the lates version.
Feel free to reopen the issue if this persists. Thanks :)
I have installed WatermelonDB, and the Config-Plugin. Then i wanted to create a development build with expo for the IOS simulator.
The build crashed when installing the pods.
Did I forget to setup something?
This is how the plugins part of my app.json looks
Thanks