-
Notifications
You must be signed in to change notification settings - Fork 900
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
Realm example app crashes with no customization #415
Comments
rootedsoftware
changed the title
Readme example app crashes with no customization
Realm example app crashes with no customization
Apr 4, 2023
rootedsoftware
added a commit
to rootedsoftware/examples
that referenced
this issue
Apr 5, 2023
According to this https://github.com/realm/realm-js/blob/main/COMPATIBILITY.md compatibility chart, Realm needed to have a higher version, this is why it was crashing on load. expo#415. I also noticed that just updating these versions isn't enough to make it work. I had to delete my node_modules, yarn.lock and ios folder, then reinstall and run `yarn ios` to get everything going.
douglowder
added a commit
that referenced
this issue
Oct 28, 2023
According to this https://github.com/realm/realm-js/blob/main/COMPATIBILITY.md compatibility chart, Realm needed to have a higher version, this is why it was crashing on load. #415. I also noticed that just updating these versions isn't enough to make it work. I had to delete my node_modules, yarn.lock and ios folder, then reinstall and run `yarn ios` to get everything going. Co-authored-by: Douglas Lowder <[email protected]>
Zeus-Aphrodite
pushed a commit
to Zeus-Aphrodite/reactnativeApp
that referenced
this issue
Mar 6, 2024
According to this https://github.com/realm/realm-js/blob/main/COMPATIBILITY.md compatibility chart, Realm needed to have a higher version, this is why it was crashing on load. expo/examples#415. I also noticed that just updating these versions isn't enough to make it work. I had to delete my node_modules, yarn.lock and ios folder, then reinstall and run `yarn ios` to get everything going. Co-authored-by: Douglas Lowder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After following the instructions to create an app here
https://github.com/expo/examples/tree/master/with-realm I'm getting the error message, "[UIKitCore] Info.plist contained no UIScene configuration dictionary (looking
for configuration named "(no name)")". The app is being installed, but immediately crashes when trying to open.
To Reproduce
Steps to reproduce the behavior:
npx create-react-native-app MyAwesomeRealmApp -t with-realm
yarn ios
to build and run the appExpected behavior
I'm using the exact instructions from the readme, so the expected behavior is that the app would run and not crash.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: