iOS-Specs satisfying the `AWIAPL

2019-04-15  本文已影响0人  malgee
image.png

Specs satisfying the AWIAPLib (= 1.0.0) dependency were found, but they required a higher minimum deployment target.
执行需要的更高的最低支持版本

Podfile 文件中的 platform :ios, '9.0' 最低版本改成 AWIAPLib支持的最低版本

我这里的 AWIAPLib支持的最低版本是 10.0, 所以platform :ios, '10.0'就可以了

上一篇 下一篇

猜你喜欢

热点阅读