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 19D8B200C70 for ; Wed, 19 Apr 2017 22:59:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1881A160B94; Wed, 19 Apr 2017 20:59:46 +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 6703A160B9C for ; Wed, 19 Apr 2017 22:59:45 +0200 (CEST) Received: (qmail 34683 invoked by uid 500); 19 Apr 2017 20:59:44 -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 34590 invoked by uid 99); 19 Apr 2017 20:59:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 20:59:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 395C31AF9B7 for ; Wed, 19 Apr 2017 20:59:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, 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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Ttoh_cAnXbwp for ; Wed, 19 Apr 2017 20:59:43 +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 366F65FC62 for ; Wed, 19 Apr 2017 20:59:43 +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 9EF3EE0D5B for ; Wed, 19 Apr 2017 20:59:42 +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 CFA3921B58 for ; Wed, 19 Apr 2017 20:59:41 +0000 (UTC) Date: Wed, 19 Apr 2017 20:59:41 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12673) ios platform does not build on Xcode 8.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Apr 2017 20:59:46 -0000 [ https://issues.apache.org/jira/browse/CB-12673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975511#comment-15975511 ] Shazron Abdullah commented on CB-12673: --------------------------------------- Looks like its not Xcode, since when I just do a `cordova platform add ios` it does that transformation, not sure why -- I attribute it to caching shenanigans. I tried adding the platform locally and it fails (no transformation). > ios platform does not build on Xcode 8.3.2 > ------------------------------------------ > > Key: CB-12673 > URL: https://issues.apache.org/jira/browse/CB-12673 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Environment: iOS > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Blocker > Fix For: cordova-ios@4.4.0 > > > Build error {{Cordova/CDVViewController.h file not found}} > Turns out the {{CordovaLib.xcodeproj}} reference in the template's project is not found. > Fix in the .pbxproj: > Change > {code} > { isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "CordovaLib.xcodeproj"; sourceTree = CORDOVALIB; }; > {code} > to > {code} > { isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = ""; }; > {code} > Note that I have {color:red}not{color} tested this change with an older Xcode 8 (< 8.3.2), so that might complicate things. > iOS platforms in the wild older than cordova-ios@4.4.0 will need a hook to transform the pbxproj if the developer upgraded to Xcode 8.3.2 -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org