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 7018273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:01:32+00:00 2026-05-27T23:01:32+00:00

Is it possible to write apps that support iOS 3.x versions using Xcode 4?

  • 0

Is it possible to write apps that support iOS 3.x versions using Xcode 4? If so, how? And does Apple have any official recommendations on app backwards-compatibility?

  • 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-05-27T23:01:32+00:00Added an answer on May 27, 2026 at 11:01 pm

    To get your app successfully run in iOS 3.x device, follow these steps (Xcode 4.2):

    1. Click on your project name, select your Target and under “Build Settings”

      a) Set “iOS development target” (under “Deployment”) to 3.0

      b). Add “armv6” to list of “Architectures” (under “Architectures”).enter image description here

      c) Set “Other Linker Flags” (under “Linking”) to “-weak-lSystem”.

    2. In your Info.plist file remove value of “armv7” from “Required device capabilities” (UIRequiredDeviceCapabilities).

    3. In your code:

      a). Do not use userInterfaceIdiom. If you need to know, what device is it (iPhone or iPad), see How does one get UI_USER_INTERFACE_IDIOM() to work with iPhone OS SDK < 3.2.

      b) Do not use window.rootViewController. Instead use [window addSubview: self.mainViewController.view]; to add your main controller’s view to window.

    4. Click on your project name, select your Target and under “Build Phases” / “Link Binary With Libraries” set “UIKit.framework” to “Optional”. Also set to optional any extra framework, which is not available in iOS 3. For example, if you’re using iAd or Twitter frameworks they should be set to optional. Check availability of extra framework in your code before use.

    5. When run on real device, compile app against last version of SDK. To do so, select second item from “Scheme” drop down (otherwise you’ll get compile error related to your optional SDKs):

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to write a C function that does the following? Allocate a
Is it possible to write a doctest unit test that will check that an
Is it possible to write code in a Flex application that will only be
Is it possible to write a regular expression that matches a nested pattern that
Would it be possible to write a class that is virtually indistinguishable from an
It's possible to write Markdown content with invalid syntax. Invalid means that the BlueCloth
Is it possible to write a template that changes behavior depending on if a
I have been using django to write a rather complicated object-oriented model for a
is it possible to write Django apps, for example for internal/personal use with existing
I have historically used a monolithic approach to PHP coding. That is, I write

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.