CocoaPods使用

2020-12-30  本文已影响0人  Coder_JdHo

报错

[!] CocoaPods could not find compatible versions for pod "Alamofire":
  In Podfile:
    Alamofire (~> 5.0.0)

Specs satisfying the `Alamofire (~> 5.0.0)` dependency were found, but they required a higher minimum deployment target.

Alamofire要求的版本比Podfile文件里设置的高 (如:platform :ios, '10.0')

上一篇 下一篇

猜你喜欢

热点阅读