Realm example app crashes with no customization
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 1.1k
- Avg merge
- 11h 15m
- Merged PRs (30d)
- 1
Description
**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:
1. Using the instructions here https://github.com/expo/examples/tree/master/with-realm
2. Run ```npx create-react-native-app MyAwesomeRealmApp -t with-realm```
3. after that finishes, cd into MyAwesomeRealmApp
4. Run ```yarn ios``` to build and run the app
**Expected 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):**
- OS: iOS
- Version latest version of the SDK from the npx command, version 48
**Smartphone (please complete the following information):**
- Device: iPhone 14 Pro Max simulator on M1 Macbook Pro
- OS: iOS 16.2
Contributor guide
Assessment
This issue has not been assessed yet.