未找到 XCode 4 有效签名身份

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8061036/
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 22:22:26  来源:igfitidea点击:

XCode 4 valid signing identity not found

iphonexcodexcode4ios5

提问by UPT

I have installed XCode 4 for iOS 5 and when I open the organizer I see the error for my developer provisioning profile: "valid signing identity not found"

我已经为 iOS 5 安装了 XCode 4,当我打开管理器时,我看到我的开发人员配置文件的错误:“找不到有效的签名身份”

But I also have the XCode 3 in the same machine and when I open the Xcode 3 organizer, I do not see any warning.

但是我在同一台机器上也有 XCode 3,当我打开 Xcode 3 管理器时,我没有看到任何警告。

Do I need to do anything extra to make provisioning profile valid in XCode 4?

我是否需要做任何额外的事情才能使配置文件在 XCode 4 中有效?

采纳答案by casey_tx

I had the same problem but it turns out that the problem wasn't the signing identity. The provisioning profile I was trying to use didn't actually cover the new device. Once I updated the provisioning profile and then downloaded and installed the updated profile all the errors disappeared.

我遇到了同样的问题,但事实证明问题不是签名身份。我尝试使用的配置文件实际上并未涵盖新设备。一旦我更新了配置文件,然后下载并安装了更新的配置文件,所有错误都消失了。

回答by Neeku

This happened to me, too. It works pretty fine on my own Mac Mini, while I got the error on the other Mac Mini. I exported the profiles and imported them in the other Mac, and then updated it in organizer, and it worked!

这也发生在我身上。它在我自己的 Mac Mini 上运行良好,而我在另一台 Mac Mini 上出现错误。我导出了配置文件并将它们导入到另一台 Mac 中,然后在管理器中对其进行了更新,并且成功了!