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 4CF58200BA0 for ; Fri, 30 Sep 2016 01:49:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B85F160AE4; Thu, 29 Sep 2016 23:49:24 +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 B7117160AE3 for ; Fri, 30 Sep 2016 01:49:23 +0200 (CEST) Received: (qmail 54434 invoked by uid 500); 29 Sep 2016 23:49:22 -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 54423 invoked by uid 99); 29 Sep 2016 23:49:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2016 23:49:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 613D7DFFD8; Thu, 29 Sep 2016 23:49:22 +0000 (UTC) From: shazron To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-ios issue #257: CB-11860 - Update packaging strategy for Xcode 8 Content-Type: text/plain Message-Id: <20160929234922.613D7DFFD8@git1-us-west.apache.org> Date: Thu, 29 Sep 2016 23:49:22 +0000 (UTC) archived-at: Thu, 29 Sep 2016 23:49:24 -0000 Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/257 @dpogue Just tested this. We need to add a warning if users are not using the system ruby, like the pre-reqs check for xcodebuild (it wouldn't work like you said without the system ruby). I didn't even need to use the `--developmentTeam` flag for it to work. `cordova build --device` worked like it did before. @chancezeus in `platforms\ios\device` there is already a symlink to the .app bundle. Unfortunately `ios-deploy` doesn't traverse the symlink for some reason, gives an error : `Can't access app path '/Users/shaz/Desktop/f/platforms/ios/build/device/my.app' : No such file or directory` . I'll have to make a patch release to ios-deploy for this, and update the minimum requirements to cordova-ios that has to go with this pull request. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org