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 2015/09/15 03:13:45 UTC

[jira] [Comment Edited] (CB-9656) Xcode can't find CDVViewController.h when archiving in Xcode 7.1 beta

    [ https://issues.apache.org/jira/browse/CB-9656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744629#comment-14744629 ] 

Shazron Abdullah edited comment on CB-9656 at 9/15/15 1:12 AM:
---------------------------------------------------------------

Found the culprit. Because of new platforms like tvOS, there is an extra folder created for archive intermediates, namely, a folder with the name of the os.

Build Settings -> Header Search Paths :
Change:
{code}
"$(OBJROOT)/UninstalledProducts/include"
{code}
to:
{code}
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
{code}



was (Author: shazron):
Found the culprit. Because of new platforms like tvOS, there is an extra folder created for archive intermediates, namely, a folder with the name of the os.

Build Settings -> Header Search Paths :
Change:
{code}
"$(OBJROOT)/UninstalledProducts/include"
{code}
to:
{code}
"$(OBJROOT)/UninstalledProducts/iphoneos/include"
{code}


> Xcode can't find CDVViewController.h when archiving in Xcode 7.1 beta
> ---------------------------------------------------------------------
>
>                 Key: CB-9656
>                 URL: https://issues.apache.org/jira/browse/CB-9656
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>         Environment: OS X Yosemite
> Version 10.10.5
> Cordova 4.1.2
> Xcode Version 7.1 beta (7B60)
>            Reporter: Aleks
>            Assignee: Shazron Abdullah
>            Priority: Critical
>              Labels: cordova-ios-4.0.x
>
> Build failed by Product -> Archive in Xcode 7.1 beta.
> {code}
> AppDelegate.h
> 'Cordova/CDVViewController,h' file not found
> {code}
> P.S. found the same error http://forum.ionicframework.com/t/cordova-cdvviewcontroller-h-file-not-found-in-xcode-7-1-beta/32232



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