简体   繁体   中英

iPhone IOS device testing on Newer iOS than SDK

When doing preliminary research, minimum requirements for IOS development were limited to an Intel Based Mac, with Snow Leopard. Since then, I have purchased my new (old) Mac, installed the SDK (4.3), and wrote my first App. Unfortunately, the highest SDK that this Mac will run is for iOS 4.3. My iPhone that I want to test with is iOS 5.x. I cannot figure out how to set up the provisioning to allow me to install my App on my iPhone. I have paid my fee, went through the brief (aimed at a later SDK) helper, but my XCode wants me to install an older iOS on my phone to connect. Does anyone know a way around this?

Thanks in advance,

Sagan

Create an ad hoc build, and load the resulting .ipa file onto the device either via iTunes or a url. Ad hoc builds will allow you to create a built copy of your app in a single packaged file which may be loaded on your device.

There's a ton of references around the web for how to do this, here's one guide for XCode 4:

http://benscheirman.com/2011/06/creating-proper-ipa-files-in-xcode-4

Here's a guide for XCode 3: http://www.springtiger.co.uk/2010/12/06/creating-a-ipa-file-for-your-application/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM