Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When adding Cordova.framework after adding and building it using Carthage, and using module import:
@import Cordova;
then adding this to my code and building:
CDVViewController* cdv = [CDVViewController new];
I get two lexical or preprocessor issue warnings:
<module-includes>:1:1: warning: umbrella header for module 'Cordova' does not include header 'CDV.h' [-Wincomplete-umbrella] #import "Headers/Cordova.h" ^ <module-includes>:1:1: warning: umbrella header for module 'Cordova' does not include header 'CDVCommandDelegateImpl.h' [-Wincomplete-umbrella] 2 warnings generated. /Users/shazron/Desktop/TestCarthage/TestCarthage/AppDelegate.m:21:24: warning: unused variable 'c' [-Wunused-variable] CDVViewController* c = [CDVViewController new]; ^ 3 warnings generated.
Attachments
Attachments
Issue Links
- links to