美文网首页
xcode 编译出现 errSecInternalCompone

xcode 编译出现 errSecInternalCompone

作者: zxb有缘 | 来源:发表于2018-12-21 11:13 被阅读0次

出现 errSecInternalComponent
可能是xcode签名机制(code signing mechanism) 的 bug, Xcode 中账号多了,就会产生很多过期的PP文件,Xcode 没有自带删除功能会导致重复导入provisioning profile.

解决办法:
Xcode 中所有的PP文件,都在 ~/Library/MobileDevice/Provisioning Profiles 这个文件夹下;进入该文件夹,删除不需要的;重新导入新的 provisioning profile
,重启Mac

相关文章

网友评论

      本文标题:xcode 编译出现 errSecInternalCompone

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