Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2DDC1200C2F for ; Mon, 20 Feb 2017 06:51:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2C649160B65; Mon, 20 Feb 2017 05:51:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1878F160B63 for ; Mon, 20 Feb 2017 06:51:18 +0100 (CET) Received: (qmail 21083 invoked by uid 500); 20 Feb 2017 05:51:18 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 21072 invoked by uid 99); 20 Feb 2017 05:51:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2017 05:51:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D60E51A01F4 for ; Mon, 20 Feb 2017 05:51:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id sDwyjYsVAoPG for ; Mon, 20 Feb 2017 05:51:17 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 021655FE1E for ; Mon, 20 Feb 2017 05:51:17 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8A448E0645 for ; Mon, 20 Feb 2017 05:50:44 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2A25D2411F for ; Mon, 20 Feb 2017 05:50:44 +0000 (UTC) Date: Mon, 20 Feb 2017 05:50:44 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12473) [iOS] Building for simulator clobbers device builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Feb 2017 05:51:20 -0000 [ https://issues.apache.org/jira/browse/CB-12473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15874072#comment-15874072 ] ASF subversion and git services commented on CB-12473: ------------------------------------------------------ Commit 7bce4ecedcd9321240fcdf9e5077dfbd7f23edd2 in cordova-ios's branch refs/heads/master from [~dpogue] [ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=7bce4ec ] CB-12473 - Delete the correct build output folder This closes #287 > [iOS] Building for simulator clobbers device builds > --------------------------------------------------- > > Key: CB-12473 > URL: https://issues.apache.org/jira/browse/CB-12473 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Reporter: Darryl Pogue > Assignee: Darryl Pogue > Priority: Minor > > When building for the iOS Simulator, the build step deletes {{project_path/build/device}} when it should be deleting {{project_path/build/emulator}}. This means you cannot build for device and then for simulator without clobbering the device builds. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org