Reputation: 8086
I just upgrade to iOS 6 xcode 4.5
But I found that even in Xcode-reference-download there are only ios 5,6
I prefer my app to work also for the users using iOS 4.X
Any comment is welcomed.
Upvotes: 4
Views: 3599
Reputation: 1010
XCode 4.5.x only supports armv7 architecture :
Changes in Xcode 4.5.x for ios 6
Hope this helps....
Upvotes: 1
Reputation: 25144
If you're on Lion, you can still download the 4.3 simulator (at least I did with the Gold Master version, supposedly it still works with the final release).
On Mountain Lion, the 4.3 simulator is buggy (as seen in the first betas) and has thus been removed by Apple.
If you really need to, you can run Lion on top of Moutain Lion with Parallels Desktop or something similar, that's what I do.
Upvotes: 3