美文网首页
iOS-Specs satisfying the `AWIAPL

iOS-Specs satisfying the `AWIAPL

作者: malgee | 来源:发表于2019-04-15 16:53 被阅读0次
  • 执行 pod install 报错
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'就可以了

相关文章

网友评论

      本文标题:iOS-Specs satisfying the `AWIAPL

      本文链接:https://www.haomeiwen.com/subject/sofpwqtx.html