xcode iphone开发者:未找到身份

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5706161/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:51:00  来源:igfitidea点击:

iphone developer: no identity found

iphonexcode

提问by Karl

My development machine suddenly decided to stop installing to my device this morning, with the codesign process giving the error "no identify found".

我的开发机器今天早上突然决定停止安装到我的设备,协同设计过程给出错误“找不到识别”。

I checked my keychain and my developer certificate is there, valid until 2012.

我检查了我的钥匙串,我的开发人员证书在那里,有效期到 2012 年。

The only links I've found in google talk about developing on a jailbroken phone, which I don't have.

我在谷歌中找到的唯一链接是关于在越狱手机上开发的,我没有。

Does anyone know how to fix this issue?

有谁知道如何解决这个问题?

采纳答案by picciano

In the build settings for the "target" try reselecting the code signing identity. This often happens when working with more than one developer or if you recently added devices to the provisioning profile.

在“目标”的构建设置中,尝试重新选择代码签名标识。当与多个开发人员合作时,或者您最近将设备添加到配置文件时,通常会发生这种情况。

回答by DailyDoggy

If any of your Provisioning Profiles expired, update them. If this is not the case, go to your project settings, there you should be able to find the codesign and a bunch of other useful stuff. Change it to the correct one, not the "iphonedeveloper" - the one that has your name in it!

如果您的任何配置文件过期,请更新它们。如果不是这种情况,请转到您的项目设置,在那里您应该能够找到协同设计和一堆其他有用的东西。将其更改为正确的,而不是“iphonedeveloper”——其中包含您的名字的那个!