You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2017/04/19 18:10:41 UTC

[jira] [Created] (CB-12673) ios platform does not build on Xcode 8.3.2

Shazron Abdullah created CB-12673:
-------------------------------------

             Summary: 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
            Priority: Blocker


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 = SOURCE_ROOT; };
{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.



--
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