Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8725609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:04:32+00:00 2026-06-13T08:04:32+00:00

The latest release notes indicates 4.2.1 and lower will not be supported, we now

  • 0

The latest release notes indicates 4.2.1 and lower will not be supported, we now have to use 2 version of Xcode to develop when supporting older devices?? This is going to be difficult to support older devices if we want to develop iOS6 AND support 4.2 and lower.

I don’t think Xcode 4.4 will support iOS6. So this is the issue. How would developers easily support these platform without so much hassle?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:04:33+00:00Added an answer on June 13, 2026 at 8:04 am

    You can do this, but it requires some minor Xcode hacking, and some sacrifices. Depending on what you mean by “support iOS 6”, this may or may not be sufficient for you. If you just want your app to run on iOS 6, then this should work. If you also need your app to incorporate new iOS 6 features, then it won’t.

        (Note for others who don’t have a problem using multiple versions of Xcode: this similar question has answers that do allow you to also use new iOS 6 APIs and directly target armv7s)

    See basic instructions on chpwn’s blog here (but read the rest of this below, too!)

    Basically, you can use Xcode 4.5 to build for iOS 4 and above, but then you can’t take advantage of the new iOS 6 only features. So, you’re really building for iOS 4 and 5, and assuming that the app will run fine on iOS 6 (which should be true, but you’ll need to test this yourself).

    You’ll need to copy the iOS 5 SDK folder

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.*.sdk
    

    from an old Xcode installation (which you’ll need to keep around briefly, or reinstall to a non-standard location). You’ll then set the Deploy Target in your Build Settings to iOS 4.0 (or whatever minimum OS you want). You may need to open the project.pbxproj file in a text editor to set this manually:

    IPHONEOS_DEPLOYMENT_TARGET = 4.0;
    

    You’ll also need to set the Architectures to armv6 and armv7. You cannot directly also target armv7s. But, that doesn’t mean your app won’t run on iPhone 5. armv7 executables should run on iPhone 5, simply without any optimizations added in armv7s. It’s just that compatibility doesn’t work in the other direction (e.g. armv7 executables don’t run on an armv6 iPhone 3G).

    enter image description here

    There’s also a step that might be necessary, that’s not mentioned in chpwn’s blog. You may get these warnings (which really are errors, because Xcode won’t generate your executable properly):

    warning: no rule to process file ‘$(PROJECT_DIR)/main.m’ of type sourcecode.c.objc for architecture armv6

    In order to fix this, you’ll need to setup a custom Build Rule for your target that tells Xcode to use LLVM GCC 4.2 to generate armv6 code. Define the rule for files matching the pattern *.[mc]:

    enter image description here

    This will be a different compiler than the Xcode default, and you may need to adjust some of the syntax in your Objective-C code. Even though many people wanting to do this probably wrote their apps before ARC, it is important to note that LLVM gcc 4.2 does not support ARC.

    Finally, you probably will still see warnings from Xcode about iOS deploy targets less than 4.3, and armv6 not being supported. Those, I found, were not problems, and could be ignored:

    enter image description here

    Running lipo -info on my app executable after this shows the desired result:

    lipo -info MyAppName
    Architectures in the fat file: MyAppName are: armv6 armv7 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Running latest release of jQuery Mobile (1.0.1), and do not want to use AJAX
I've been looking around to find the release notes for the latest releases but
I am using jQuery(Latest release) and have a function called calculate() which gets called
While digging deeper into the latest release of F# I tried to have it
I'm trying to implement MVC 2 RC version, the latest release of ASP.Net MVC
When using the latest Release version (4.0.4.2) of Umbraco, the tinymce3 control fails to
I'm writing a git-install.sh script: http://gist.github.com/419201 To get Git's latest stable release version number,
I am new to Moq and want to use the latest Release . In
I am using Selenium 2 (latest release from Googlecode) and I have it firing
I'm coding a tagging system in CakePHP (latest release) but the solution I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.