0

I have an app built in XCode 4.6 and I'm trying to install it onto an iPad with iOS 5.1. In the target summary I have set the deployment target to 5.1 and in the build settings the base SDK is set to latest (6.1). From what I have read this should work but when I install the app via the IPA file and iTunes the app starts and then flashes off. It runs fine if I build and install through Xcode.

Is there something I'm missing here? Am I incorrect in thinking it will work if the base SDK is iOS 6.1 but the deployment target is 5.1?

4

1 回答 1

0

I did double check the profile stored against the release configuration and found it was incorrect. So Kevin was right. Thank you. It had been my understanding up til now that a profile error would prevent installation altogether. I know better now.

于 2013-07-15T10:29:52.890 回答