Unable to find a team with the given Team ID或者Failed to code sign的问题解决

Unable to find a team with the given Team ID或者Failed to code sign的问题解决

1:问题描述(注:这种情况一般是下载并打开别人项目时)

Failed to code sign "XXXXX".

No codesigning identities (i.e. certificate and private key pairs) matching “Developer ID Application: XXXXXX” were found.

Xcode can attempt to fix this issue
2:文件解决

我这里以mac项目为例

  1. 修改target -> General -> Identity -> Team,将其值修改为自己的apple Id的不是None;(如下图)

  2. 在Target的Build Settings中的Code Signing Identity都改为iOS Developer(这里不能选择自己的或者Mac Developer(测试发现选择Developer ID:*也是可以的),Provisioning Profile改为Automatic

  3. 此时Clean之后再运行,就可以出现Fix Issue的对话框,选择Fix Issue即可。

PS:如果还是不行,那就重启一些Xcode就可以了。

posted @ 2015-08-18 23:50  Darren.Von  阅读(3176)  评论(0编辑  收藏  举报
新浪微博:IT_攻城师,github:darren90(欢迎★star点赞)