Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C9B710C15 for ; Thu, 3 Oct 2013 20:52:45 +0000 (UTC) Received: (qmail 23754 invoked by uid 500); 3 Oct 2013 20:52:42 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 23720 invoked by uid 500); 3 Oct 2013 20:52:42 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 23706 invoked by uid 99); 3 Oct 2013 20:52:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 20:52:41 +0000 Date: Thu, 3 Oct 2013 20:52:41 +0000 (UTC) From: "Ross Gerbasi (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4990) Can't run emulator from cordova cli MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785522#comment-13785522 ] Ross Gerbasi commented on CB-4990: ---------------------------------- Correct, is this not the expected behavior? running emulate should always open the simulator where as a run (without --emulate) should attempt to do a device install, falling back on the emulator. > Can't run emulator from cordova cli > ----------------------------------- > > Key: CB-4990 > URL: https://issues.apache.org/jira/browse/CB-4990 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, iOS > Affects Versions: 3.1.0 > Environment: OS X 10.8.5, Xcode 5, ios-sim 1.8.2 > Reporter: Michael Gauthier > Attachments: log.txt > > > Cordova 3.1.0 CLI doesn't run the emulator properly for iOS. It might be broken for other platforms as well. Cordova CLI 3.1.0 was installed using {{npm -g}} > In the following test, the project is created and the ios platform is added. The {{cordova emulate ios}} looks like it compiles in the background but the emulator is never opened. > {code:none} > $ cordova create test-cli com.silverorange.test-cli TestCLI > $ cd test-cli > $ cordova platform add ios > $ cordova emulate ios > {code} > If I enter the platform dir and run the emulate command directly, the ios-simulator opens as expected. > {code:none} > $ cd platforms/ios/cordova > $ ./emulate > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)