You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/27 16:08:46 UTC

[GitHub] [cordova-plugin-inappbrowser] beevelop commented on issue #583: iOS - build fails if using "WKWebViewOnly" preference

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org