guilhermoMetaway commented on issue #1080: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1080#issuecomment-2725170679
> [@kenguest](https://github.com/kenguest) I was in the exact same situation as you, encountering the same errors. Upon examining the CDVWKInAppBrowser.m file, I noticed that Xcode was displaying a warning: > >  > > I realized that the code in this file differed from the version 6.0 of the plugin. To resolve the issue, I simply uninstalled and reinstalled the plugin using the following commands: > > cordova plugin remove cordova-plugin-inappbrowser cordova plugin add cordova-plugin-inappbrowser > > After performing these steps, the method's code changed, and Xcode no longer displayed any warnings: > >  > > Now, the system browser (Safari) opens and loads the website correctly. I'll try that -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
