I develop the app and testing on iphone 7 ios 10 and iphone 6+ ios 9.2.1. If i testing wia xcode (debug/release) all fine. If i testing wia testflight ios 9.2.1 app crashes every time at random time. Crash log show me absolutly difference reason at every crash
Asked
Active
Viewed 311 times
0
-
This could be a compiler issue. Is your app written in Swift? If so you can refer to http://stackoverflow.com/questions/28570444/app-crashes-only-on-testflight-build – volatilevar Jan 10 '17 at 15:10
-
Yes, app written in swift 3, but crash only at ios 9.2.1 and testflight – user2128989 Jan 10 '17 at 15:19
-
This solution dont help me, and other solution with compile optimization also dont help. Its like a magic. – user2128989 Jan 10 '17 at 15:22
-
check this out: https://stackoverflow.com/questions/39404285/xcode-8-build-crash-on-ios-9-2-and-below – wzso Oct 19 '17 at 03:49