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 3DFBD18728 for ; Mon, 4 Apr 2016 20:45:26 +0000 (UTC) Received: (qmail 99155 invoked by uid 500); 4 Apr 2016 20:45:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 99110 invoked by uid 500); 4 Apr 2016 20:45:25 -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 98742 invoked by uid 99); 4 Apr 2016 20:45:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2016 20:45:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A29272C1F69 for ; Mon, 4 Apr 2016 20:45:25 +0000 (UTC) Date: Mon, 4 Apr 2016 20:45:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10962) cordova run ios hangs on safequit 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-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225011#comment-15225011 ] ASF GitHub Bot commented on CB-10962: ------------------------------------- Github user omefire commented on the pull request: https://github.com/apache/cordova-ios/pull/212#issuecomment-205487325 The thing is that this used to work just fine. Some recent changes might have broken it. > cordova run ios hangs on safequit > --------------------------------- > > Key: CB-10962 > URL: https://issues.apache.org/jira/browse/CB-10962 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, CordovaCommon, iOS > Affects Versions: 6.1.0 > Environment: OSX 10.11.4 > Reporter: Mike Hartington > > Creating a fresh cordova project with cordova-cli 6.1.0, you can't deploy to a physical device from the command line > steps to reproduce. > {code} > cordova create testProject > cd testProject > cordova platform add ios > cordova run ios > {code} > you should be able to deploy, but the app will hang at the splashscreen and not boot. The CLI will just print out > {code} > (lldb) command script add -s asynchronous -f fruitstrap_123e4ad9c89eea2666bd159b569f670a1f5b99c6.safequit_command safequit > (lldb) connect > (lldb) run > success > (lldb) safequit > {code} -- 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