Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Thanks all for the help but so far best workaround that allows me to reproduce the bug is to keep using xcode 4.6.3 and install ios 7 simulator into xcode 4.6.3.</p> <p>I did so by installing both xcode 5 and 4.6.3 side by side (copy xcode.app into xcode4.6.3.app then install xcode 5 from app store (will overwrite xcode.app)), then symlink </p> <p><code>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk</code></p> <p>to </p> <p><code>/Applications/Xcode4.6.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk</code></p> <p>Make sure xcode isn't open when this is performed. If you already overwritten 4.6.3 to 5 you can download dmg of 4.6.3 from <a href="https://developer.apple.com/downloads" rel="nofollow">https://developer.apple.com/downloads</a>.</p> <p>Then I put:</p> <p><code>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iOS Simulator.app</code></p> <p>(ie: xcode 5 version of the simulator app) on my dock</p> <p>When testing the app, I had to manually launch the simulator from the dock first and select corresponding device version (go to Hardware -> Device -> select iphone 3.5"/4" - ios6/7) because xcode 4.6.3 wasn't able to automatically do this (presumably because of version difference / because I didn't symlink the xcode 5 simulator app to 4.6.3)</p> <p>When launching, ensure 'iPhone 7.0 Simulator' is selected on xcode 4.6.3 Scheme. The ios6.1-sdk compiled app then falls back into ios 6.1 UI when run on ios 7 and I can reproduce my bug.</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