My application supports iOS 6.1. How do I find and install that simulator in Xcode 6?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
In Xcode 6 beta 3, iOS simulator for iOS version 6.x seems to be deprecated.
Apple deprecates old technologies very aggressively. Formaly saying, you should deprecate support for older version of OSes such as 6.x.
Anyway in practice, we have situation that we can't do it. If the Xcode doesn't provide older version of simulator, then the only regular way to do this is installing older version of Xcode.
Install Xcode 5 and run its simulator manually. ([Xcode] -> [Open Developer Tools] -> [iOS Simulator])
Each Xcode versions can be installed and run side-by-side. See here to know how to get old Xcode versions.
Currently you can just use Xcode 5.x.