App built with Xcode 4.2 ios 5.0 crashing when installed on iphone with ios 4.3.5

落花浮王杯 提交于 2019-12-01 11:33:51
Jesse Black

The solution,

I changed focus and tried to get the app to run on my old ipod touch 3.1

I found the solution here

Is it possible to target older iOS versions when using Xcode 4.2 and iOS 5 SDK?

by mmorris

I had to do what he clearly explained and 1 more thing:
Set the compiler in the Project and Target Build Set to LLVM GCC 4.2
That got the app running on my old ipod touch and my the iphones with 4.x.

Not sure how any of those settings could have changed from last week, but I am not going to think about that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!