美文网首页ios
ios开发:Command /usr/bin/codesign

ios开发:Command /usr/bin/codesign

作者: 土豆卡 | 来源:发表于2020-12-25 16:55 被阅读0次

    开发时修改别人写的静态库源码,编译时出现了“Command /usr/bin/codesign failed with exit code 1”报错。


    image.png

    点击详情查看具体报错错信息显示的是内部bundle文件的错误“bundle format unrecognized, invalid, or unsuitable”。
    简单来说就是bundle文件不识别。查了网上好多文章都不符合我的情况,最后我去查看bundle的bunld settings中时发现里面的base SDK选项中选择的竟然是macOS macOS macOS。。。比较无语,修改为ios后编译正常了


    image.png

    相关文章

      网友评论

        本文标题:ios开发:Command /usr/bin/codesign

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