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 7AED710440 for ; Tue, 4 Jun 2013 20:05:26 +0000 (UTC) Received: (qmail 36421 invoked by uid 500); 4 Jun 2013 20:05:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 36398 invoked by uid 500); 4 Jun 2013 20:05:26 -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 36356 invoked by uid 99); 4 Jun 2013 20:05:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 20:05:26 +0000 Date: Tue, 4 Jun 2013 20:05:26 +0000 (UTC) From: "Filip Maj (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-3602) cordova emulate ios failing 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-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675170#comment-13675170 ] Filip Maj commented on CB-3602: ------------------------------- Perhaps.. I'm not sure what the right answer is here. Maybe the installation of this tool could potentially be incorporated into the underlying platform library (cordova-ios). Other platforms like blackberry and android bootstrap themselves in certain ways (download necessary .jar files, run dependency setup via npm install, etc.), and this is similar. I think it's a worthwhile topic to bring up on the main dev list. Feel free to start that thread! > cordova emulate ios failing > --------------------------- > > Key: CB-3602 > URL: https://issues.apache.org/jira/browse/CB-3602 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Environment: Macintosh OSX 10.8.3 > Reporter: John M. Wargo > Assignee: Filip Maj > > running latest CLI (2.8.2?) I'm experiencing this on two macs. Create a new project, add a platform and emulate. Sits for a while then generates then returns to the command prompt. If I execute it again, then the error pops up. In this example, the android emulator loaded, but not iOS. I can open the project in Xcode and run it, but not from the command line. > Last login: Tue Jun 4 14:29:31 on ttys000 > jmw-mini:~ jwargo$ cd dev > jmw-mini:dev jwargo$ cd cordova-book/ > jmw-mini:cordova-book jwargo$ cordova create test > jmw-mini:cordova-book jwargo$ cd test > jmw-mini:test jwargo$ cordova platform add ios > jmw-mini:test jwargo$ cordova platform add android > jmw-mini:test jwargo$ cordova emulate ios > jmw-mini:test jwargo$ cordova emulate > [Error: An error occurred while emulating/deploying the ios project.Error: ios-sim was not found. Please download, build and install version 1.5 or greater from https://github.com/phonegap/ios-sim into your path. Or 'brew install ios-sim' using homebrew: http://mxcl.github.com/homebrew/ > ] > jmw-mini:test jwargo$ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira