CaiJingLong / flutter_photo

Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Apache License 2.0
302 stars 132 forks source link

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

Open laobei opened 4 years ago

laobei commented 4 years ago

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

PavieOlivier commented 4 years ago

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

techclown commented 4 years ago

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