Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Master
-
None
Description
We have a .framework that depends on CordovaLib and has an import statement in one of our header files:
#import <Cordova/CDVViewController.h>
We get an error when we build the application:
Include of non-modular header inside framework module 'IBMMobileFirstPlatformFoundationHybrid.WLCordovaAppDelegate'
I'm not getting an error with any other import statements like:
#import <UIKit/UIKit.h>
If I change the project setting 'Enable Modules (C and Objective-C)' to No, the error goes away