Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
178 stars 116 forks source link

Errors of launch_review-3.0.1 in xCode 13.2.1 #49

Open mmoahrefs opened 1 year ago

mmoahrefs commented 1 year ago

I'm new to xCode and iOS app. I build this flutter source code in xCode 13.2.1 and got some errors of LauchReviewPlugin (ver 3.0.1).

Can you help me to fix it? Thank you very much!!!

Parse Issue (Xcode): Expected expression /Users/khoanguyen/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/launch_revi ew-3.0.1/ios/Classes/LaunchReviewPlugin.m:42:91

Parse Issue (Xcode): Expected expression /Users/khoanguyen/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/launch_revi ew-3.0.1/ios/Classes/LaunchReviewPlugin.m:50:85

Semantic Issue (Xcode): Use of undeclared identifier 'options' /Users/khoanguyen/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/ios/Classes/LaunchReviewPlugin.m:42:65

Semantic Issue (Xcode): Use of undeclared identifier 'completionHandler' /Users/khoanguyen/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/ios/Classes/LaunchReviewPlugin.m:42:73

Semantic Issue (Xcode): Use of undeclared identifier 'options' /Users/khoanguyen/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/ios/Classes/LaunchReviewPlugin.m:50:59

Semantic Issue (Xcode): Use of undeclared identifier 'completionHandler' /Users/khoanguyen/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/ios/Classes/LaunchReviewPlugin.m:50:67

screenshot

HajerWael commented 1 year ago

I face the same issue , any help ? have yo solved it ?