美文网首页
Xcode9 module compiled with Swif

Xcode9 module compiled with Swif

作者: 船长_ | 来源:发表于2017-09-21 10:19 被阅读67次

    项目Swift用carthage管理第三方库,更新Xcode9后应该会报这个错
    解决方法:
    1.清除编译缓存
    Finder ->前往 ->资源库 ->Developer ->Xcode ->DerivedData
    删除这个文件夹DerivedData下的所有内容

    2.在终端执行更新

    carthage update --platform iOS --no-use-binaries
    

    最新模拟器这样子了,呵呵,有点像安卓风格

    demo.png

    相关文章

      网友评论

          本文标题:Xcode9 module compiled with Swif

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