Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8B93179FA for ; Fri, 24 Apr 2015 18:16:41 +0000 (UTC) Received: (qmail 21143 invoked by uid 500); 24 Apr 2015 18:16:41 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 21105 invoked by uid 500); 24 Apr 2015 18:16:41 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 20862 invoked by uid 99); 24 Apr 2015 18:16:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2015 18:16:40 +0000 X-ASF-Spam-Status: No, hits=3.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of csantana23@gmail.com does not designate 54.191.145.13 as permitted sender) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2015 18:16:34 +0000 Received: from mail-yh0-f51.google.com (mail-yh0-f51.google.com [209.85.213.51]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 5C73724E9F for ; Fri, 24 Apr 2015 18:16:14 +0000 (UTC) Received: by yhrr66 with SMTP id r66so8518256yhr.3 for ; Fri, 24 Apr 2015 11:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Q5gX3KYgmxYXBu4V+5otneF15XsBGRNsgojpzCm7G4k=; b=l7fHnltgKFloZoTVzO9FfjzBDEfTeycc7eXyKUPZ3dsKFVbg6GMJ7HWZKZX0tDmiC8 kcAIsq65F5NB57Qxu4sAVvauTRPobja9AiNWHxinqZEXyGBtrMkKXbJYb6Rv8eTp3UXF 6nxxWF1x3Ogweb/WfDIkvfP7gi+M6E54gjyuTq78VTcdPTT72eLYqL9HlT0JmXW6qAKh j/oQfMoyLV3D+NSgutO/gDjwRglYj6OvD9NpJ/OfGfE2AJBIK9yChY9bN9aCz0ce/gFH waf+90pZxNPhy6XdRin/Dd4+hXdiY055fmMzY7OIReKFyIaperSH5AKUfSfIDMatL+oe iudA== MIME-Version: 1.0 X-Received: by 10.236.37.73 with SMTP id x49mr11388876yha.108.1429899321621; Fri, 24 Apr 2015 11:15:21 -0700 (PDT) Received: by 10.129.138.1 with HTTP; Fri, 24 Apr 2015 11:15:21 -0700 (PDT) In-Reply-To: References: Date: Fri, 24 Apr 2015 14:15:21 -0400 Message-ID: Subject: Re: Is there a way to specify the ios device to run? From: Carlos Santana To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=089e01182e002140ef05147c6154 X-Virus-Checked: Checked by ClamAV on apache.org --089e01182e002140ef05147c6154 Content-Type: text/plain; charset=UTF-8 Thanks Shaz, what I suspected but was not sure how to pass the id to ios-deploy I also found another problems related running cordova emulate --list, it shows duplicates when Xcode is configured with multiple versions of iOS versions 7.1, 8.3 User can't tell what id to use for cordova emulate --target I open two Jira Issues CB-8906 - cordova run ios --target doesn't work CB-8907 - cordova ios emulate --list it shows duplicates when ios simulators are present for 7.x adn 8.x $ cordova emulate --list Running command: /Users/csantana23/foo/cordova/App0424/platforms/ios/cordova/run --emulator --list Available iOS Virtual Devices: iPhone-4s iPhone-5 iPhone-5s iPhone-5s iPad-2 iPad-Retina iPad-Air iPhone-4s iPhone-5 iPhone-5s iPhone-6-Plus iPhone-6 iPad-2 iPad-Retina iPad-Air Resizable-iPhone Resizable-iPad ** RUN SUCCEEDED ** On Fri, Apr 24, 2015 at 1:55 PM, Shazron wrote: > ios-deploy certainly supports it (--id or -i) > However this flag and its argument is not passed to ios-deploy from > cordova/run: > https://github.com/apache/cordova-ios/blob/f7a888140951e1952acd40f3ec54d13726f2fae4/bin/templates/scripts/cordova/lib/run.js#L111 > > > > On Fri, Apr 24, 2015 at 10:44 AM, Carlos Santana > wrote: > > If I have two iOS devices plug to USB. > > > > How can I select which one I want to deploy the App? > > > > cordova run ios --target doesn't work > > > > Is this a bug, a limitation on ios-deploy, by design, etc..? > > > > -- > > Carlos Santana > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > For additional commands, e-mail: dev-help@cordova.apache.org > > -- Carlos Santana --089e01182e002140ef05147c6154--