IOS Crashed on release build after add expo-updates installation

I am using the following:

  1. SDK Version: “expo”: “~46.0.0”,
  2. Platforms(Android/iOS/web/all): IOS
  3. Expo library: expo-udpates

I am unable to open the IOS app release build, actually its working well on the development side. But when I try to archive it then install it on my real device / emulator, I got force closed. But if I am remove the expo-udpates installation it will working again. What I’ve missed for release side ?

Hi @allanjonna

Maybe some of the debugging info here will help:

e.g. see if you can get anything from the device logs.

Hi @wodin thank you, I tried to logs the crash while opening the release build of my app. I got this couple error :

but I don’t understand what errors that can make my application crashed when I try to open it, could you tell me where the errors is ?