Cordova 6.1.1
XCode 7.3.1
I have added a new Share Extension Target (Swift) to my Cordova iOS project.
However now I am receiving the following error in my Bridging-Header when I build in XCode:
'Cordova/CDV.h' file not found
The error occurs in the following file:
To create this iOS project I did the following:
$ cordova create MyApp
$ cordova platform add ios3. File > New > Target > Share Extension
3.1 Set Language to Swift
3.2 If asked to Activate "{target_name}" scheme, click Cancel
4. Project > Clean
5. Project > Build
Here are my Header Search Paths:
HEADER_SEARCH_PATHS =
"$(TARGET_BUILD_DIR)/usr/local/lib/include"
"$(OBJROOT)/UninstalledProducts/include"
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
"$(BUILT_PRODUCTS_DIR)"#import <Cordova/CDV.h>
#import "Cordova/CDV.h"
#import <CDV.h>
#import "CDV.h"