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

2016-10-04 Thread Vishal Rajole (JIRA)

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

Vishal Rajole edited comment on CB-9656 at 10/5/16 5:00 AM:


[~shazron]
Facing same issue on Xcode Version 7.1 (7B91b). Tried

Adding header search path as mentioned.
Changing import statements from <> to "" .
Changing Preferences --> Location --> Advance to unique.

I am using:
Cordova Platform: 6.3.1
Cordova android 5.2.2
Cordova ios 4.2.1

not sure what I am missing.


was (Author: vishalrajole):
Facing same issue on Xcode Version 7.1 (7B91b). Tried

Adding header search path as mentioned.
Changing import statements from <> to "" .
Changing Preferences --> Location --> Advance to unique.

I am using:
Cordova Platform: 6.3.1
Cordova android 5.2.2
Cordova ios 4.2.1

not sure what I am missing.

> 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-3.9.2, 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2016-10-04 Thread Vishal Rajole (JIRA)

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

Vishal Rajole commented on CB-9656:
---

Facing same issue on Xcode Version 7.1 (7B91b). Tried

Adding header search path as mentioned.
Changing import statements from <> to "" .
Changing Preferences --> Location --> Advance to unique.

I am using:
Cordova Platform: 6.3.1
Cordova android 5.2.2
Cordova ios 4.2.1

not sure what I am missing.

> 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-3.9.2, 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-11911) 'Cordova/CDVAppDelegate.h' file not found in ios archive process

2016-09-27 Thread Vishal Rajole (JIRA)
Vishal Rajole created CB-11911:
--

 Summary: 'Cordova/CDVAppDelegate.h' file not found in ios archive 
process
 Key: CB-11911
 URL: https://issues.apache.org/jira/browse/CB-11911
 Project: Apache Cordova
  Issue Type: Bug
Affects Versions: 3.5.0
Reporter: Vishal Rajole


In file included from 
/Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.m:28:
/Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.h:29:9:
 fatal error: 'Cordova/CDVAppDelegate.h' file not found
#import 
^
1 error generated.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-11911) 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1

2016-09-27 Thread Vishal Rajole (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vishal Rajole updated CB-11911:
---
Summary: 'Cordova/CDVAppDelegate.h' file not found in ios archive process 
Xcode 7.1  (was: 'Cordova/CDVAppDelegate.h' file not found in ios archive 
process)

> 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1
> --
>
> Key: CB-11911
> URL: https://issues.apache.org/jira/browse/CB-11911
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.5.0
>Reporter: Vishal Rajole
>
> In file included from 
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.m:28:
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.h:29:9:
>  fatal error: 'Cordova/CDVAppDelegate.h' file not found
> #import 
> ^
> 1 error generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11911) 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1

2016-09-27 Thread Vishal Rajole (JIRA)

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

Vishal Rajole commented on CB-11911:


Tried by adding search header path in build settings. Its not working for me.
CDVAppDelegate.h file is present at same folder as CDVViewController.h.

#import 
is working fine and 
#import 
is throwing as error.




> 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1
> --
>
> Key: CB-11911
> URL: https://issues.apache.org/jira/browse/CB-11911
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.5.0
>Reporter: Vishal Rajole
>
> In file included from 
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.m:28:
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.h:29:9:
>  fatal error: 'Cordova/CDVAppDelegate.h' file not found
> #import 
> ^
> 1 error generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11911) 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1

2016-09-27 Thread Vishal Rajole (JIRA)

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

Vishal Rajole commented on CB-11911:


[~shazron] Please help

> 'Cordova/CDVAppDelegate.h' file not found in ios archive process Xcode 7.1
> --
>
> Key: CB-11911
> URL: https://issues.apache.org/jira/browse/CB-11911
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.5.0
>Reporter: Vishal Rajole
>
> In file included from 
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.m:28:
> /Users/Developer/Code/cordova_update/angularjs/phonegap/platforms/ios/Phonegap/Classes/AppDelegate.h:29:9:
>  fatal error: 'Cordova/CDVAppDelegate.h' file not found
> #import 
> ^
> 1 error generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org