App Crashes Only On Testflight Build

前端 未结 11 2147
北海茫月
北海茫月 2020-12-13 03:56

I have created an app on swift and tested it extensively using iPhone 6, iPhone 6 plus and iPhone 5 devices and all the simulators offered in Xcode. The app runs fine and do

11条回答
  •  独厮守ぢ
    2020-12-13 04:30

    For anyone still having this issue, you can run this command to run it in release mode, the same when you archive a build. That way you can debug the issue easier:

    react-native run-ios --configuration Release 
    

提交回复
热议问题