美文网首页
更新Pods 提示Swift版本不匹配

更新Pods 提示Swift版本不匹配

作者: barry | 来源:发表于2018-10-11 09:28 被阅读16次
[!] The following pods are integrated into targets that do not have the same Swift version:

- RxSwift required by SwiftApp (Swift 4.2), SwiftAppTests (Swift 4.0)

解决方案

  • 方案1 将相关的Tests 中的swift版本设置成和项目中的一致


    图片.png
  • 方案2 可以先将项目中的swift项目设置成之前使用的版本,然后再更新pods

相关文章

网友评论

      本文标题:更新Pods 提示Swift版本不匹配

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