美文网首页
Command CodeSign failed with a n

Command CodeSign failed with a n

作者: LeungKinKeung | 来源:发表于2020-11-19 15:38 被阅读0次

导入第三方framework文件引发的报错:Command CodeSign failed with a nonzero exit code

企业微信20201119-153419@2x.png

解决方法:在Build Settings -> Other Code Signing Flags 里添加 --deep

企业微信20201119-153800@2x.png

其他:

Empty paragraph passed to '****' command

Build Settings -> Other Warning Flags 里添加 -Wno-documentation

Double-quoted include "*****.h" in framework header, expected angle-bracketed instead

Build Phases -> Embed Framework 把列表里指定的framework移除

或:

Build Settings -> Quoted Include In Framework Header 改为NO

相关文章

网友评论

      本文标题:Command CodeSign failed with a n

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