Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<h1>The Problem</h1> <p>iOS SDK 4.0 is gone in this release, replaced by iOS SDK 4.1. Details in "The Explanation" below. (NB: this repeats some information in my <a href="https://stackoverflow.com/questions/3161385">previous Q/A</a> regarding 3.2.3).</p> <h1>The Fix</h1> <p>To fix this specific problem, you need to reset the Base SDK for your target(s), etc. You can either do that for the entire project (most folks), or for each target and/or configuration which applies. Rarely, you might need to do both. </p> <h2>Edit Project Settings</h2> <ol> <li>Load your project</li> <li>From the menu, select Project > Edit Project Settings...</li> <li>Click the "Build" tab.</li> <li>Under "Configurations" select "All Configurations".</li> <li>Go to the <strong>Change Base SDK</strong> section below.</li> </ol> <h2>Edit Specific Target/Configuration Settings</h2> <ol> <li>Load your project</li> <li>From the menu, select Project > Active Target > "YourTarget"</li> <li>From the menu, select Project > Edit Active Target "YourTarget"</li> <li>Click the "Build" tab.</li> <li>Under "Configurations" select "All Configurations", or the Configuration you want.</li> <li>Go to the <strong>Change Base SDK</strong> section below.</li> </ol> <p></p> <h2>Change Base SDK</h2> <ol> <li>Under Architecture > Base SDK, choose one of the available device options: iOS Device 3.2 or iOS Device 4.1. If you are iPhone-only, 4.1 is the way to go.</li> <li>If you want to target previous iOS versions, then in that same window, under Deployment > iPhone OS Deployment Target, select the lowest version you want to support. Note that support for 2.x versions through the app store is deprecated.</li> </ol> <h1>The Explanation</h1> <p>iOS SDK 4.0 is gone in this release, replaced by iOS SDK 4.1. This is very similar with what happened with the 3.2.3 upgrade, which I covered in detail <a href="https://stackoverflow.com/questions/3161385">here</a>. You can still use 3.2.4 to target iOS versions down to 3.0, but AFAIK, you must compile against the 4.1 SDK with Xcode 3.2.4. If this statement confuses you, study the following sentence closely:</p> <p><em>The iOS SDK you compile against -- the "Base SDK" -- does not downward limit what iOS versions you can support.</em></p> <p>In fact, there are two different settings, cf. <strong>Change Base SDK</strong> above. If you remain confused, take heart, and read my <a href="https://stackoverflow.com/questions/3161385">detailed post</a> on the previous switchover, which is itself chockablock with links to good stuff.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload