ios-sim does not work for iPad-Pro for iOS 10 runtime
See original GitHub issueCommand and results (I’ve got iOS 10 and 9.3 simulators installed and I can launch the iPad-Pro 9.7 and 12.9 devices in the simulator but this is the result of my command.
bash-3.2$ ios-sim showdevicetypes
iPhone-4s, 9.3
iPhone-5, 9.3
iPhone-5, 10.0
iPhone-5s, 9.3
iPhone-5s, 10.0
iPhone-6, 9.3
iPhone-6, 10.0
iPhone-6-Plus, 9.3
iPhone-6-Plus, 10.0
iPhone-6s, 9.3
iPhone-6s, 10.0
iPhone-6s-Plus, 9.3
iPhone-6s-Plus, 10.0
iPad-2, 9.3
iPad-Retina, 9.3
iPad-Retina, 10.0
iPad-Air, 9.3
iPad-Air, 10.0
iPad-Air-2, 9.3
iPad-Air-2, 10.0
iPhone-7, 10.0
iPhone-7-Plus, 10.0
iPhone-SE, 10.0
Apple-TV-1080p, tvOS 10.0
Apple-Watch-38mm, watchOS 3.0
Apple-Watch-42mm, watchOS 3.0
Apple-Watch-Series-2-38mm, watchOS 3.0
Apple-Watch-Series-2-42mm, watchOS 3.0
Further if I try to install an app into the simulator like so
phonegap run ios --target "iPad-Pro" --emulator
I get this error
No available runtimes could be found for "iPad Pro (12.9-inch)".
Below is the requested version information.
sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G1004
ios-sim --version
5.0.8
xcodebuild -version
Xcode 8.0
Build version 8A218a
xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Issue Analytics
- State:
- Created 7 years ago
- Comments:17
Top Results From Across the Web
Xcode 10.3 - No Simulators Availab… | Apple Developer Forums
When using the newly reinstalled Xcode 10.2.1. the Simulators are are available, and the chosen Simulator (iPhone XR - 12.2) works. $ xcrun...
Read more >[SOLVED] iOS simulators not showing up - Apple Developer
Hello everyone! This problem first appeared when I updated Xcode 6.1 to version 6.2. At that point, the system let me keep 6.1...
Read more >Installing and managing Simulator runtimes - Apple Developer
Install and manage Simulator runtimes in preferences Choose Xcode > Preferences > Platforms to see a list of currently installed Simulator runtimes, and...
Read more >Unable to Boot the Simulator (Xcode 13.3) - Apple Developer
My version of Xcode was recently updated to 13.3. Now, I can not launch any simulator. I get an "Unable to Boot the...
Read more >Could not download IOS Simulator Xcode 12.4
Ensure you're signed in to your Apple Developer account in Xcode's Preferences window. If you are and still receive this message, then follow-up...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Tested and published https://github.com/phonegap/ios-sim/releases/tag/5.0.10
For cordova issues, try filing an issue at http://issues.cordova.io instead