美文网首页
[已解决]Xcode9.3中的报错:Module compile

[已解决]Xcode9.3中的报错:Module compile

作者: Stormstout | 来源:发表于2018-04-18 16:35 被阅读49次

进新公司接手的第一个项目,还没跑起来就报错了...

错误信息.png

原因是Cartography版本过低导致的,Xcode9的swift版本为4.0,所以Cartography的版本必须为2.0以上,更新Cartography就好

For Swift 3.x: Versions <= 1.1.0
For Swift 4.x: Versions >= 2.0.0

在准备更新Cartography中,发现是由Carthage集成,所以记录了一篇Carthage 包管理工具

相关文章

网友评论

      本文标题:[已解决]Xcode9.3中的报错:Module compile

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