You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/09/11 09:41:33 UTC

[jira] [Commented] (CB-7519) Use simctl (part of Xcode 6) instead of ios-sim

    [ https://issues.apache.org/jira/browse/CB-7519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129758#comment-14129758 ] 

Shazron Abdullah commented on CB-7519:
--------------------------------------

simctl does not actually launch the simulator with a certain device. For that you need to use "instruments"

{code}
# this will list available devices
$ xcrun instruments -w help
# this will launch the simulator with the appropriate device
$xcrun instruments -w "iPhone 6 Plus"
{code}


> Use simctl (part of Xcode 6) instead of ios-sim
> -----------------------------------------------
>
>                 Key: CB-7519
>                 URL: https://issues.apache.org/jira/browse/CB-7519
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>         Environment: Xcode 6 GM
>            Reporter: Shazron Abdullah
>
> See: http://ericasadun.com/2014/06/18/ios-8-building-custom-simulators/
> Location:
> `xcode-select --print-path`/usr/bin/simctl
> Run without args to see the help



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)