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 D221E180DF for ; Tue, 6 Oct 2015 23:48:26 +0000 (UTC) Received: (qmail 69548 invoked by uid 500); 6 Oct 2015 23:48:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 69521 invoked by uid 500); 6 Oct 2015 23:48:26 -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 69441 invoked by uid 99); 6 Oct 2015 23:48:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 23:48:26 +0000 Date: Tue, 6 Oct 2015 23:48:26 +0000 (UTC) From: "Paul Tarjan (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-9756) cordova-ios no longer installs new app to simulator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Paul Tarjan created CB-9756: ------------------------------- Summary: cordova-ios no longer installs new app to simulator Key: CB-9756 URL: https://issues.apache.org/jira/browse/CB-9756 Project: Apache Cordova Issue Type: Bug Components: CordovaLib, iOS Environment: OSX 10.10.5 XCode 7.0 Reporter: Paul Tarjan When running ``` ionic run ios --emulator ``` It compiles the app, closes any instance I have open on the emulator, and then re-opens the OLD app, not the one with any new changes I made. Even if I close the app (double tap home and swipe up) then click the icon, is is still the old code. If I don't have that app installed before, it works as expect (installs it newly and opens it). -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org