问题:
An empty identity is not valid when signing a binary for the product type 'Dynamic Library'.
解决方案:
在该项目的TARGETS
的Build settings
中添加一个参数, 点击Add User-Defined Setting
, 添加CODE_SIGNING_ALLOWED=NO
, 重新编译, 问题解决.
问题:
An empty identity is not valid when signing a binary for the product type 'Dynamic Library'.
解决方案:
在该项目的TARGETS
的Build settings
中添加一个参数, 点击Add User-Defined Setting
, 添加CODE_SIGNING_ALLOWED=NO
, 重新编译, 问题解决.