Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I've looked into it, and this is a deliberate behavior from Apple.</p> <p>Here is an (edited) extract of the cache for Xcode download locations:</p> <p><strong>~/Library/Caches/com.apple.dt.Xcode/Downloads/eded78df8bfabaf6560841d10cf8e53766f74f28.dvtdownloadableindex</strong></p> <pre><code>&lt;dict&gt; &lt;key&gt;source&lt;/key&gt; &lt;string&gt;http://adcdownload.apple.com/ios/ios_simulator__resigned/ios_43_simulator.dmg&lt;/string&gt; &lt;key&gt;identifier&lt;/key&gt; &lt;string&gt;Xcode.SDK.iPhoneSimulator.4.3&lt;/string&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;iOS 4.3 Simulator&lt;/string&gt; &lt;key&gt;userInfo&lt;/key&gt; &lt;dict&gt; &lt;key&gt;InstalledIfAllPathsArePresent&lt;/key&gt; &lt;array&gt; &lt;string&gt;$(DEVELOPER)/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk&lt;/string&gt; &lt;/array&gt; &lt;key&gt;ActivationPredicate&lt;/key&gt; &lt;string&gt;$MAC_OS_X_VERSION &lt; "10.8.0"&lt;/string&gt; &lt;/dict&gt; &lt;/dict&gt; </code></pre> <p>Note the explicit "ActivationPredicate: $MAC_OS_X_VERSION &lt; 10.8.0" setting, which is not present on other simulator packages.</p> <p>I tried to edit the file, but it is replaced by another version as soon as Xcode opens. And I couldn't manage a manual download of the 4.3 Simulator DMG: the ADG website throws a "Session expired" error.</p> <p>Looks like Apple had issues with the 4.3 simulator, and decided to disable it. Which sucks for people that have to support this version. </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