美文网首页
xcode编译ISO插件报错An empty identity

xcode编译ISO插件报错An empty identity

作者: Han_105a | 来源:发表于2020-01-07 10:27 被阅读0次

Xcode 10.2 编译Tweak项目报错: 

An empty identity is not valid when signing a binary for the product type 'Dynamic Library'. (in target 'tsprite')

解决方案:

来自gradle-xcodePlugin.

在该项目的target的build settings 中添加一个参数, 点击Add User-Defined Setting, 添加CODE_SIGNING_ALLOWED=NO, 重新编译, 问题解决.

添加完成的截图,如下

相关文章

网友评论

      本文标题:xcode编译ISO插件报错An empty identity

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