在使用swift开发中,真机测试时出现Command /usr/bin/codesign failed with exit code 1错误时,除了这篇博客里的情况外:链接http://blog.sina.com.cn/s/blog_a573f7990102v45t.html;
还可能是因为co中静态库和swift中动态库重复导入,也能出现这种情况。仔细查找,是否重复导入库。
本篇博文中的情况仅供参考。
在使用swift开发中,真机测试时出现Command /usr/bin/codesign failed with exit code 1错误时,除了这篇博客里的情况外:链接http://blog.sina.com.cn/s/blog_a573f7990102v45t.html;
还可能是因为co中静态库和swift中动态库重复导入,也能出现这种情况。仔细查找,是否重复导入库。
本篇博文中的情况仅供参考。
转载于:https://my.oschina.net/u/2532095/blog/691186