开发者

How can I run iOS 4.3.3 developed apps on iOS5?

开发者 https://www.devze.com 2023-03-15 02:33 出处:网络
I upgraded to iOS5. I am bui开发者_如何学Golding an app using XCode4 targeting iOS 4.3.3. Will I need to download XCode 4.2 to run my iOS 4.3.3 target?You cannot debug on your device without a versi

I upgraded to iOS5.

I am bui开发者_如何学Golding an app using XCode4 targeting iOS 4.3.3.

Will I need to download XCode 4.2 to run my iOS 4.3.3 target?


You cannot debug on your device without a version of XCode that expects iOS 5, but you can still install software using iTunes.

Build your app as if you were to distribute it for beta testing:

  • Create a Distribution Certificate with your device UDID

  • Build and Archive

  • Share -> iOS App Store Package (.ipa)

Drop the resulting .ipa file into iTunes, then sync your iOS 5.0 device with iTunes.

0

精彩评论

暂无评论...
验证码 换一张
取 消