DuaneQ opened a new issue #1099: URL: https://github.com/apache/cordova-ios/issues/1099
I've posted help requests on Stack and tagged Cordova, I've used your slack channel and Ionic and even apple but can't get any help. I have no idea how to resolve this issue that's causing me to get rejected by Apple. I've upgraded all of the Cordova plugins. I've upgraded to cordova [email protected] I upgraded inAppBrowser to the latest version but I'm still seeing this in xCode: `#ifdef __CORDOVA_4_0_0 #import <Cordova/CDVUIWebViewDelegate.h> #else #import <Cordova/CDVWebViewDelegate.h> #endif @class CDVUIInAppBrowserViewController;` And I can't even find out which plugin is using `#if !WK_WEB_VIEW_ONLY #import "CDVUIWebViewEngine.h" #import "CDVUIWebViewDelegate.h" #import "CDVUIWebViewNavigationDelegate.h" #import "NSDictionary+CordovaPreferences.h" #import <objc/message.h> @interface CDVUIWebViewEngine ` and lastly: `@interface CDVLocalStorage () @property (nonatomic, readwrite, strong) NSMutableArray* backupInfo; // array of CDVBackupInfo objects #if !WK_WEB_VIEW_ONLY @property (nonatomic, readwrite, weak) id <UIWebViewDelegate> webviewDelegate; #endif` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
