The app down load from AppStore always crash in Iphone5

Hello guys


I have a problem now, I build an app with Xcode, when I debug in Iphone5, nothing is wrong, but after I upload the code into AppStore, then use Iphone5 to down load the app, the app will always crash

The app will work well in other model Iphones, only Iphone5 has this problem

May anyone realize the reason?

Replies

iPhone 5 is one of the few commonly-used iOS devices that still use the 32-bit architecture. It’s likely that you have a bug that’s triggered when you run 32-bit. I recommend that you collect a crash report from a user experiencing this, which should give you some clues as to what’s going wrong.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hello eskimo

I tried, but can not get the crash log from Xcode Organizer, and it won't crash while debuging

Thanks