Open basnetjiten opened 3 years ago
@basnetjiten Which version of Xcode are you using?
Same here. Xcode 12.5.1.
I am getting the same error
in_app_review-2.0.3/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS10.0 [-Wdeprecated-declarations][app openURL:url];
I am getting the same
<USER>/.pub-cache/hosted/pub.dartlang.org/in_app_review-2.0.4/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations] [app openURL:url]; ^~~~~~~ openURL:options:completionHandler:
Why it's Closed?
I am getting same error
.pub-cache/hosted/pub.dartlang.org/in_app_review-2.0.6/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
[app openURL:url];
in_app_review-2.0.6/ios/Classes/InAppReviewPlugin.m:91:14: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
Getting same warning. It should be updated.
Getting same warning. It should be updated.
Flutter's minimum iOS version is iOS 11 so this can be removed. https://britann.io/4fEM8a
I'm also getting the same error here: InAppReviewPlugin.m:91:14: 'openURL:' is deprecated: first deprecated in iOS 10.0
I am getting this warning in Xcode :'openURL:' is deprecated: first deprecated in iOS 10.0