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 4A59519EE1 for ; Mon, 4 Apr 2016 18:39:26 +0000 (UTC) Received: (qmail 157 invoked by uid 500); 4 Apr 2016 18:39:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 118 invoked by uid 500); 4 Apr 2016 18:39: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 99531 invoked by uid 99); 4 Apr 2016 18:39: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 18:39:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8C4712C1F6A for ; Mon, 4 Apr 2016 18:39:25 +0000 (UTC) Date: Mon, 4 Apr 2016 18:39: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=15224769#comment-15224769 ] ASF GitHub Bot commented on CB-10962: ------------------------------------- Github user akofman commented on the pull request: https://github.com/apache/cordova-ios/pull/212#issuecomment-205441390 Sure I 100% agree with that. That's why I asked to @shazron what he thinks. If we have to wait 6 months more, I think it's better to keep something working instead of the actual situation. > 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