You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/17 06:55:16 UTC

[GitHub] [cordova-plugin-inappbrowser] comewalk edited a comment on issue #387: Plugin fails for osx platform under Xcode 10.1

comewalk edited a comment on issue #387:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/387#issuecomment-747249353


   Hi, FYI, I had same issue. I solved this like following diff.  (Xcode: 12.3, cordova-plugin-inappbrowser: 4.1.0 in my environment)
   
   ```diff
        <feature name="InAppBrowser">
   -        <param name="ios-package" value="CDVInAppBrowser" />
   +        <param name="ios-package" value="CDVWKInAppBrowser" />
        </feature>
   ```


----------------------------------------------------------------
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



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