My company still supports iOS 6 apps, but after installing the new Xcode(6) I only see iOS 7 & 8 simulators. Is there a way I can install iOS 6 simulator for Xcode 6?
相关问题
- Xcode 6 Storyboard crashing when scrolling to part
- Images.xcassets breaking the laws of targets
- SpriteKit & Swift: Creating nodes via didBeginCont
- Xcode 6 GM with iPhone 5s (iOS 8 GM) - 0xE8000070
- Xcode 6 doesn´t find cocoapods libraries
相关文章
- Change color of accessoryType Swift
- Is it not possible to use “Analyze” with swift?
- How to format a date like “5 min”, “1 hour,”, “Yes
- Live Streaming in Swift
- Google Analytics not initialising in Swift
- CLLocationmanager delegate method is not working i
- How to convert code AVFoundation objective c to Sw
- Disable Hardware Keyboard for iOS Simulator using
What you can do is the following...
This worked for me as I was able to go all the way till SDK 5.1.
However, once you start using Xcode 6, the storyboard would have been upgraded. I cannot guarantee backward compatibility of Storyboard.
iOS 6 is unavailable in Xcode 6. You will have to use Xcode 5 and run the simulator in Xcode 5. You are able to download older versions of Xcode at Apple's Developer Website. Click the looking for an older version of Xcode? link.
([Xcode] -> [Open Developer Tools] -> [iOS Simulator]).
You can install Xcode 5.1 side by side with Xcode 6 and run the iOS 6 simulator in Xcode 5.1 (install Xcode 5.1 in a suitably named subdirectory of Applications) - on Mavericks (not Yosemite).
You can also copy apps compiled by Xcode 6 into the Xcode 5 iOS 6 emulator and test them there.
There are two points to note - the directory path of an app in Xcode 6 is not easily predetermined - ensure the emulator app compiled by Xcode 6 is i386 and not 64 bit
To get around the former - get your app to announce it's location:
If you ask Xcode 6 to build for iPhone 4s/7.1 emulator you will get an i386 executable which you can move to the iOS 6 emulator.