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 2C3FD177B5 for ; Fri, 6 Feb 2015 08:19:38 +0000 (UTC) Received: (qmail 9208 invoked by uid 500); 6 Feb 2015 08:19:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 9129 invoked by uid 500); 6 Feb 2015 08:19:34 -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 8721 invoked by uid 99); 6 Feb 2015 08:19:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2015 08:19:34 +0000 Date: Fri, 6 Feb 2015 08:19:34 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8436) 'cordova build --device' for ios doesn't produce correct application 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-8436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14308832#comment-14308832 ] ASF GitHub Bot commented on CB-8436: ------------------------------------ GitHub user Fatme opened a pull request: https://github.com/apache/cordova-ios/pull/130 CB-8436 Remove unneeded "" when composing xcodebuild arguments Fixes https://issues.apache.org/jira/browse/CB-8436 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Icenium/cordova-ios fatme/fix-build Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ios/pull/130.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #130 ---- commit d2d09207dbbfd4a2544ec3d3145c2175243612ce Author: Fatme Havaluova Date: 2015-02-05T16:20:40Z Remove unneeded "" when composing xcodebuild arguments ---- > 'cordova build --device' for ios doesn't produce correct application > -------------------------------------------------------------------- > > Key: CB-8436 > URL: https://issues.apache.org/jira/browse/CB-8436 > Project: Apache Cordova > Issue Type: Bug > Affects Versions: 3.8.0 > Environment: CLI OSX > Reporter: Fatme > Priority: Blocker > > When running 'cordova build --device', it buils successfully, but the build produces the following warnings: > {code:borderStyle=solid} > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/NSDictionary+Extensions.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVInvokedUrlCommand.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/NSData+Base64.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVPluginResult.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVPlugin.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/NSMutableArray+QueueAdditions.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVWhitelist.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVURLProtocol.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVViewController.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVLocalStorage.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/UIDevice+Extensions.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/NSArray+Comparisons.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVCommandQueue.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVJSON_private.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVCommandDelegateImpl.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVConfigParser.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVJSON.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVUserAgentUtil.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVWebViewDelegate.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > warning: no rule to process file '/Users/havaluova/Work/cordova-ios/tmp/myApp/CordovaLib/Classes/CDVTimer.m' of type sourcecode.c.objc for architecture armv7 armv7s arm64 > {code} > If I try to deploy the produced application on devices, it fails > {code} > AMDeviceInstallApplication failed: 0xE8000067: Unknown error. > {code} > Actually the produced application doesn't have unix executable. -- 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