Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

[Need Help] CocoaPods could not find compatible versions for pod "photo_manager" #127

Open
laobei opened this issue Jun 19, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@laobei
Copy link

laobei commented Jun 19, 2020

Description

[!] CocoaPods could not find compatible versions for pod "photo_manager":
In Podfile:
photo_manager (from .symlinks/plugins/photo_manager/ios)
Specs satisfying the photo_manager (from .symlinks/plugins/photo_manager/ios) dependency were found, but they required a higher minimum deployment target.

More info

↳ flutter doctor  ✔  22:33:12
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 1.19.0-4.1.pre, on Mac OS X 10.15.5 19F101, locale zh-Hans-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.46.0)
[✓] Proxy Configuration
[✓] Connected device (3 available)

• No issues found!

Gist code

Plugin version

photo: ^0.5.0-dev.3
photo_manager: ^0.5.3+1

@laobei laobei added the help wanted Extra attention is needed label Jun 19, 2020
@PavieOlivier
Copy link

Just go inside the podfile and uncomment the line
with Platform:ios 9 ...
Then make sure your info.plist request the camera access

@techclown
Copy link

Just go inside the podfile and uncomment the line
with Platform:ios 9 ...
Then make sure your info.plist request the camera access

This work for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants