morrowdigital / watermelondb-expo-plugin

119 stars 30 forks source link

Not working with Expo SDK 46 #6

Closed daviddunnington closed 1 year ago

daviddunnington commented 1 year ago

When trying to build the app after installing the plugin I get the below error. Can you help resolve this issue?

(/Users/daviddunnington/Development/apps/my-app/ios/Pods/Target Support Files/Pods-myapp/ExpoModulesProvider.swift:11:8)

9 | import ExpoKeepAwake 10 | #if EXPO_CONFIGURATION_DEBUG 11 | import EXDevLauncher |
^ no such module 'EXDevLauncher' 12 | import EXDevMenu 13 | #endif 14 |

sainijagjit commented 1 year ago

Is there any update on this ?

ChrisSimoniMBT commented 1 year ago

@sainijagjit @daviddunnington Refer to this for a possible solution. https://github.com/expo/expo/issues/18784#issuecomment-1332764301

Foosballfan commented 1 year ago

Tracked in #7