xcode 编译出现 errSecInternalComponent

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

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

你可能感兴趣的:(xcode 编译出现 errSecInternalComponent)