简体   繁体   中英

Installing XCode 4.2, 4.3 and 3.2

How can I install XCode 4.2, 4.3 and 3.2 all together? It seems like I need them all to develop for different ios versions.

I have 4.2 installed already but I need this to test my app on the new iPad, and with Xcode 4.3 and I want to test my app on the old iPod Touch 2nd generation, so I probably will need XCode 3.2 to do so...

I didn't see the question from 30 seconds ago so I'll answer this one here.

Just install one version of Xcode (the latest one, 4.3) and then set the "minimum deployment version" field in the project settings to iOS 3.0 or 4.0 or 5.0 or whatever minimum iOS version you want to support (and don't do any API's newer than the version you are officially supporting... eg no "UIStoryboard" stuff on iOS 3 & 4, for example).

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