I just installed Xcode 4.5.1 and I want my projecto in iOS deployment target 4.2, but it just show 4.3, any idea how can I change to 4.2??
Asked
Active
Viewed 3,204 times
3 Answers
5
You can't. Xcode 4.5.x only supports iOS 4.3 and later. Xcode 4.5.x no longer supports armv6 devices. armv6 devices only support up to iOS 4.2.1.
Apple wants everyone to move forward. If you want to support iOS 6, you need to drop 4.2 and earlier. This means no 1st or 2nd gen iPod touch, no iPhone, or iPhone 3G.

rmaddy
- 314,917
- 42
- 532
- 579
2
According to https://discussions.apple.com/docs/DOC-3461:
Changes in Xcode 4.5.x
- Xcode 4.5.x (and later) does not support generating armv6 binaries.
- Now includes iPhone 5/armv7s support.
- The minimum supported deployment target with Xcode 4.5.x or later is iOS 4.3.

Jay Slupesky
- 1,893
- 13
- 14
2
You might want to take a look at this answer stackAnswer. According to that, you can deploy for lower targets. I'm just downloading an older Xcode version to try it out...

Community
- 1
- 1

iPhoneNoob
- 173
- 1
- 6
- 19