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 9B8AA200CC7 for ; Sun, 16 Jul 2017 22:22:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 97FDE163EF7; Sun, 16 Jul 2017 20:22:07 +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 DEEE8163EF3 for ; Sun, 16 Jul 2017 22:22:06 +0200 (CEST) Received: (qmail 25043 invoked by uid 500); 16 Jul 2017 20:22:06 -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 25032 invoked by uid 99); 16 Jul 2017 20:22:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jul 2017 20:22:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 667571805E0 for ; Sun, 16 Jul 2017 20:22:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ywKEWQ0lWrkd for ; Sun, 16 Jul 2017 20:22:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2D85E5F6D3 for ; Sun, 16 Jul 2017 20:22:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A88C9E0051 for ; Sun, 16 Jul 2017 20:22:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 545372475E for ; Sun, 16 Jul 2017 20:22:01 +0000 (UTC) Date: Sun, 16 Jul 2017 20:22:01 +0000 (UTC) From: "Gary N Griswold (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13013) Cordova iOS link (clang) failure caused by space in App name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 16 Jul 2017 20:22:07 -0000 [ https://issues.apache.org/jira/browse/CB-13013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089105#comment-16089105 ] Gary N Griswold commented on CB-13013: -------------------------------------- I will try to get something in GitHub in the next couple of days to look at. I think the problem occurs when there is a custom framework in the plugin. The following is one of the plugins that fail with this error. > Cordova iOS link (clang) failure caused by space in App name > ------------------------------------------------------------ > > Key: CB-13013 > URL: https://issues.apache.org/jira/browse/CB-13013 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-ios > Affects Versions: cordova-ios@4.4.0, cordova@7.0.0 > Environment: Mac osx 10.12.5 > xCode 8.3.3 > cordova 7.0.1 > cordova iOS 4.4.0 > Reporter: Gary N Griswold > Assignee: Shazron Abdullah > Labels: backlog, ios-next > Fix For: cordova-ios@4.4.1 > > > Where in iOS Cordova is the code that generates the clang command? I would be happy to investigate this problem myself, if I knew where in the Cordova code that the clang (link) statement is generated. > The clang statement that is being generated is not correctly handling a space that is embedded in the App name: > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang > ..... > -FYour > -FBible/Plugins/com-shortsands-pkzip > -FBible/Plugins/com-shortsands-aws > -FBible/Plugins/com-shortsands-videoplayer > -FBible/Plugins/cordova-plugin-webserver > -FYour\ Bible/Plugins/com-shortsands-pkzip > -FYour\ Bible/Plugins/com-shortsands-aws > -FYour\ Bible/Plugins/com-shortsands-videoplayer > ..... > The App is named "Your Bible". Noticed that it is not handling the space properly when it generates the -F parameters, and those all fail with not found errors. Then it generates -F parameters a second time, but this time correctly handling the space. > Custom, embedded frameworks are being used in these three plugins. This link problem appeared after they were added to the project. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org