flutter报错: [!] Automatically assigning platform `iOS` with version `8.0` on target `Runner` becaus
- 解决:
- 现在版本更新了,应该大部分9.0
platform :ios, '9.0'
错误:[!] CocoaPods could not find compatible versions for pod "xxx":In snapshot (Podfile.lock):
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "SDWebImage":
In snapshot (Podfile.lock):
SDWebImage (= 5.1.0)
In Podfile:
SDWebImage
None of your spec sources contain a spec satisfying the dependencies: `SDWebImage, SDWebImage (= 5.1.0)`.
You have either:
* out-of-date source repos which you can updat