We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pub.dartlang.org/flutter_webview_plugin-0.3.5/ios/Classes/FlutterWebviewPlugin.m:263:24: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_invalidUrlRegex != [NSNull null] && urlString != nil) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ 1 warning generated.
Encountered error while building for device.
The text was updated successfully, but these errors were encountered:
changed back to 0.3 and the build worked FYI
Sorry, something went wrong.
thank you for your report. will take a look when I'm back (in a week)
just FYI i was using an iphone5 on the ios Simulator
No branches or pull requests
pub.dartlang.org/flutter_webview_plugin-0.3.5/ios/Classes/FlutterWebviewPlugin.m:263:24: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull')
[-Wcompare-distinct-pointer-types]
if (_invalidUrlRegex != [NSNull null] && urlString != nil) {
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~
1 warning generated.
Encountered error while building for device.
The text was updated successfully, but these errors were encountered: