Closed pneves001 closed 4 years ago
One of my team members is also receiving this error.
check out the following url. Its a fork of this project that seems to have the IOS stuff fixed.
@pneves001 That is not a fork of this project, you linked a fork of https://github.com/Lyokone/flutterlocation which I have also tried and found to be not as good as this one. Although, admittedly, it did work on iOS.
Sorry for the delay. It should be fixed in the latest release 1.0.0.
=== BUILD TARGET uni_links OF PROJECT Pods WITH CONFIGURATION Release === /.pub-cache/hosted/pub.dartlang.org/flutter_webview_plugin-0.1.6/ios/Classes/FlutterWebviewPlugin.m:59:22: warning: incompatible pointer to integer conversion assigning to 'BOOL' (aka 'signed char') from 'id _Nullable' [-Wint-conversion] _enableAppScheme = call.arguments[@"enableAppScheme"]; ^
~~~~~~~~~~ /.pub-cache/hosted/pub.dartlang.org/flutter_webview_plugin-0.1.6/ios/Classes/FlutterWebviewPlugin.m:188:78: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat] id data = [FlutterError errorWithCode:[NSString stringWithFormat:@"%ld", error.code]