Release Build Crashes without any message

  1. SDK Version:48.0.11
  2. Platforms(Android/iOS/web/all): IOS

My application works with “expo start” perfectly on simulator and phone.
Then, I’m doing:

“npx expo run:ios --configuration Release” command, but application crashes on simulator. without any message, so I’ve no idea whats wrong.

And also, I’ve made

“eas build --platform ios --clear-cache” command, and it generated a build, I send it to testflight. But it’s also crash.

How can I debug these release builds? What could be the main problem?

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