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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:38:52+00:00 2026-05-16T08:38:52+00:00

I am interested in testing my current iPhone app against an older version of

  • 0

I am interested in testing my current iPhone app against an older version of the SDK (3.1.3). I know that I can compile my code to run on this version of the SDK, but I want to test it to make sure it still works since I am using newer APIs and using weak linking so that it will continue to work on older iOS versions. Ever since upgraded Xcode to the latest version, iOS 3.1.3 is not an option to run in the iPhone Simulator. So I downloaded an older version of Xcode and installed it side-by-side my current version in the folder /Developer/Xcode Old. But when I try to compile my code and run it in the older version of Xcode, it chokes on the fact that the SDK doesn’t recognize the symbols for the newer classes – even though they are weak linked. Is there a way to get my app to run in the older SDK, so I can check that it’s working?

I have also tried to downgrade the iOS on my testing iPhone but it has not worked. Apple, I guess, makes it very hard to downgrade the iOS. And I’m not interested in jailbreaking my iPhone to allow me to downgrade it to allow me to test it. Why does Apple make it so hard to keep your apps compatible with older versions of the OS?

  • 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-16T08:38:52+00:00Added an answer on May 16, 2026 at 8:38 am

    Is there a way to get my app to run in the older SDK, so I can check that it’s working?

    No. The libraries need to exist at link time; weak-linking just means they don’t need to exist at load (or lazy-load) time.

    Compiling with an older “Base SDK” will also change what’s being compiled, since __IPHONE_OS_MAX_ALLOWED (or whatever it’s called) will be different. The analogous thing to do would be to compile against 4.0 but run that app in the 3.1.3 simulator, except that doesn’t work — Apple only fairly recently added backwards-compatibility into their simulator frameworks.

    I’d just ask someone on 3.1.3 to test. It shouldn’t be too difficult to get an iPod Touch running 3.1.3, and there should still be plenty of users. If you’ve had any contact (email, twitter) with your users, that’s an option.

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

Sidebar

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.