[ https://issues.apache.org/jira/browse/CB-12673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16004558#comment-16004558 ]
ASF GitHub Bot commented on CB-12673: ------------------------------------- Github user leshik commented on the issue: https://github.com/apache/cordova-ios/pull/307 @shazron hi, doesn't work for me with latest cordova-ios@4.4.0 – same error (`<Cordova/CDVViewController.h> file not found`). What can I do to troubleshoot the issue? > 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: cordova-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 = "<group>"; }; > {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-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org