Skip to content
New issue

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

"CocoaPods could not find compatible versions for pod" issue is occurring during ios app build for release #42

Closed
DevXtranet opened this issue Jan 16, 2020 · 2 comments

Comments

@DevXtranet
Copy link

DevXtranet commented Jan 16, 2020

CocoaPods could not find compatible versions for pod "flutter_pdfview":
In Podfile:
flutter_pdfview (from .symlinks/plugins/flutter_pdfview/ios)

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

Error output from CocoaPods:

[!] 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`.

So please let me know the minimum ios version this package support?.
Thanks in advance.

@tlueder
Copy link

tlueder commented Jan 16, 2020

Your minimum deployment target must be >= 11.0

@endigo
Copy link
Owner

endigo commented Jan 17, 2020

Required deployment target version must be => 11.0 because PDFView was introduced in v11.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants