Quote:
Originally Posted by Tinyted
I believe Apple suggests you to build for the latest iOS version. You can then set the minimum iOS target. Like for example, I have an iTouch 1st gen which can only go up to 3.1.3. What I do is I build for the latest SDK(4.1.3?) and then set the minimum target to 3.1.3, it can run on both my 3rd gen iTouch and 1st gen iTouch that way. Just need to make sure certain code runs fine on 1st gen and all that device/iOS different things.
|
After I installed the beta Xcode the only two options were build latest iOS version and 5.0. No option for 4.3.5 and below.
Here's what I found last night, I was supposed to install the beta in another location and have two xcodes.
What I did is I went to my applications folder and ran the installXcode.dmg located there but it kept crashing after words probably because that build was 4.1 and the only option was to "update" Xcode
I ended up uninstalling Xcode via terminal and running the installxcode.dmg in the applications folder again and it installed fine and will build my 4.x projects to my 5.0 iPad.