- xcode 编译出现 errSecInternalCompone
- xcode 编译出现 errSecInternalCompone
- xcode 编译时报 errSecInternalCompone
- duplicate symbols for architectu
- Xcode编译出现运行时出现 no signing identi
- error: Cannot find cdtool at 安装X
- 2019-08-12 解决library not found f
- Build service could not start bu
- Xcode12模拟器编译失败报错的解决方法总结
- invalid deployment target for -s
出现 errSecInternalComponent
可能是xcode签名机制(code signing mechanism) 的 bug, Xcode 中账号多了,就会产生很多过期的PP文件,Xcode 没有自带删除功能会导致重复导入provisioning profile.
解决办法:
Xcode 中所有的PP文件,都在 ~/Library/MobileDevice/Provisioning Profiles 这个文件夹下;进入该文件夹,删除不需要的;重新导入新的 provisioning profile
,重启Mac
网友评论