You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:663:75: 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later
Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:791:19: Null passed to a callee that requires a non-null argument
Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:1087:1: Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')
The text was updated successfully, but these errors were encountered:
InAppBrowser version: 1.7.1
Xcode version: 8.3.3
Cordova version: 6.4.0
Received following warning from Xcode
Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:663:75: 'UIBarButtonItemStyleBordered' is deprecated: first deprecated in iOS 8.0 - Use UIBarButtonItemStylePlain when minimum deployment target is iOS7 or later
Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:791:19: Null passed to a callee that requires a non-null argument
Plugins/cordova-plugin-inappbrowser/CDVInAppBrowser.m:1087:1: Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')
The text was updated successfully, but these errors were encountered: