beevelop commented on issue #583: iOS - build fails if using "WKWebViewOnly" preference URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/583#issuecomment-559151751 Yep, we are currently experiencing the same issue in our CI environments. Wouldn't it be more feasible to use a compile-time flag like in https://github.com/apache/cordova-ios/pull/715? ```swift #if WK_WEB_VIEW_ONLY ... #endif ``` @kleeb: You might need to remove the references to the `CDVUIInAppBrowser` file in the `plugin.xml` too.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
