Search code examples
iosxcodexcode4.4

How to change deployment target from iOS 5.1 to 4.2 in Xcode 4.4


I am trying to change the deployment target from 5.1 to 4.2 in Xcode 4.4 and it's not working

  • I downloaded debugging support for 4.1-4.2
  • I set Architecture to armv6 armv7
  • I set in plist armv6 armv7
  • I don't use storyboards

Solution

  • It's a known bug. XCode 4.4 doesn't let you target armv6 architecture. You'll have to downgrade to Xcode 4.3.3 to do this (learned it the hard way :-/). You'll have to download 4.3.3 from the Apple dev website.

    Also, make sure not to run both 4.4 and 4.3.3 at once. My mac was semi frozen for an hour until I managed to force kill these two processes.

    Update: This bug has been fixed in the newer versions of the XCode.