App crashes on start up with expo sdk 48

Hey,
This is my first time building an app with Expo and I would love any help :pray:
(and I hope this is the right forum to ask that question)
My app build fine for iOS, but crashes on start up.
I can’t figure out why is this happening - here’s the crash log → expo error - Pastebin.com

  1. SDK Version: 48
  2. Platforms: iOS

I am under the impression that it has something to do with the sdk itself - but I could be totally off
Thanks in advance for the help!

I was able to finally connect it to a debugger :sweat_smile:
Here’s the error that I am getting:

2023-06-21 13:40:48.845223+0300 ZoharHasulam[851:107961] EXDevLauncher/ExpoDevLauncherAppDelegateSubscriber.swift:12: Fatal error: Cannot find the keyWindow. Make sure to call window.makeKeyAndVisible().

Seems like there was a issue with both expo-doctor and my node_modules.
I’ve added:

"overrides": {
    "@expo/config-plugins": "^6.0.2",
    "@expo/prebuild-config": "^6.0.2"
  },

to my package.json, also removed some modules that I do not use from package.json. Lastly I removed node_modules and rebuilt everything and now it works :tada:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.