App Crashes Only On Testflight Build

前端 未结 11 2152
北海茫月
北海茫月 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:04

    I solved the issue by changing the swift compiler optimization from fastest to none. I'm not sure if this is an ideal long term solution, but the build no longer crashes.

提交回复
热议问题