fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 109 forks source link

Specs satisfying the `app_review (from `.symlinks/plugins/app_review/ios`)` dependency were found, but they required a higher minimum deployment target. #25

Closed suztomo closed 4 years ago

suztomo commented 4 years ago
~/Documents/hitomemo/ios $ pod install                                                        git[branch:i113]
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "app_review":
  In Podfile:
    app_review (from `.symlinks/plugins/app_review/ios`)

Specs satisfying the `app_review (from `.symlinks/plugins/app_review/ios`)` dependency were found, but they required a higher minimum deployment target.

[!] Automatically assigning platform `iOS` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

This is solved by updating the iOS Deployment Target value in Xcode:

Screen Shot 2020-05-09 at 5 34 52 PM
suztomo commented 4 years ago

Closing this issue. Hope this issue helps others in future.