[TIMOB-17869] iOS: Investigate replacing ios-sim with simctl
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-01-30T09:22:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | ioslib 1.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Muhammad Dadu |
Created | 2014-10-16T17:30:33.000+0000 |
Updated | 2020-01-31T10:54:21.000+0000 |
Description
Xcode 6 includes a new application "simctl" that may prove to a better way to launch applications in Xcode 6+.
Here's a reference to using it in PhoneGap:
https://github.com/phonegap/ios-sim/issues/92
https://issues.apache.org/jira/browse/CB-7519
Another reference where an Apple engineer has jumped in:
http://stackoverflow.com/questions/26269898/ios-sim-command-and-xcode-6-0-not-able-to-start-ios8-devices
Attachments
File | Date | Size |
---|---|---|
simctl.js | 2014-10-22T22:27:01.000+0000 | 8732 |
Simctl can be used to install and run applications on a simulator. This is a nodeJs file that can perform these things. In addition it also launches the simulator and outputs the logs. To open the simulator, install and run an application the following command can be used
To view all the device simulators you can use
PR: https://github.com/appcelerator/ioslib/pull/10 Uses simctl.js when Xcode6 is detected.
This appears to have been resolved back in ioslib@1.1.0 over 3 years ago.
As stated above, ticket already resolved. Closing.