美文网首页iOS
xcode10编译工程遇到的坑

xcode10编译工程遇到的坑

作者: 蔡少 | 来源:发表于2019-07-09 19:16 被阅读4次

    plist 文件重复问题,看到大部分的网上的文章都是去改变编译方式

    image.png

    [图片上传失败...(image-526962-1538298135659)]

    解决方案 :

    真机

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/
    

    模拟器

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/
    

    1:首先打开链接下载libstdc++.6.0.9.tbd;

      链接:https://pan.baidu.com/s/17M_Gbg4AuWzhxzF2QGIduQ  密码:yc0m
    

    2:进入到上述目录下,把libstdc++.6.0.9.tbd复制进去;

    3:恭喜你,编译成功

    相关文章

      网友评论

        本文标题:xcode10编译工程遇到的坑

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