iOS应用程序在Testflight上崩溃

时间:2017-01-27 00:33:41

标签: ios crash testflight

我的应用程序在开发环境中运行良好,但是当我提交相同的测试航班以进行beta测试时,它会在少数设备/ iOS上崩溃(没有特定模式)

在没有任何崩溃的情况下在以下设备上正常工作:

iPhone 7 (iOS 10.0.1)(Binary size 58.9 MB)
iPhone 7+ (iOS 10.2)(Binary size 75.8 MB)
iPhone 6 (iOS 9.3.1)(Binary size 58.8 MB)
iPhone 6 (iOS 10.1)(Binary size 58.8 MB)
iPhone 6 (iOS 8.4)(Binary size 211 MB)
iPhone 5 (iOS 8.3)(Binary size 211 MB)

崩溃在以下设备上:

iPhone 6+ (iOS 9.0.2)(Binary size 75.8 MB)
iPhone 6s (iOS 9.0.)(Binary size 58.8 MB)
iPhone 6 (~iOS 9.1.X.)(~58 MB)

注意事项:

Objective C code base(no swift)
Enabled bitcode 
No PNGs(Using PDF vector)
Deployment target 8.2...base SDK 10.2
Optimization level:- Fastest,Smallest
Done profiling in release mode with zombie enabled and found no issues

0 个答案:

没有答案