简体   繁体   English

Xcode 5配置文件不可用

[英]Xcode 5 Provisioning Profiles Not Available

I cannot access any of the provisioning profiles or code signing identities that I've created in the project settings. 我无法访问我在项目设置中创建的任何配置文件或代码签名标识。 It's not that I haven't downloaded the provisioning profiles, or have the correct certificates installed, but there is nothing that appears in the provisioning profile key in the project settings: 这并不是说我没有下载配置文件或安装了正确的证书,但项目设置中的配置文件密钥中没有任何内容:

请注意,代码签名标识也没有可用的下拉列表

Again, I have made sure to import the provisioning profiles and certificates correctly. 我再次确保正确导入配置文件和证书。 Here's how my account appears in Preferences > Accounts: 以下是我的帐户在首选项>帐户中的显示方式:

所有配置文件(包括通配符配置文件)都在我的本地计算机上

I'm running out of ideas. 我的想法已经不多了。 I've revoked my existing certificates, deleted all provisioning profiles, and recreated everything again. 我已撤销现有证书,删除了所有配置文件,并再次重新创建了所有内容。

I also created a dummy project from Apple's included iOS Master-Detail template. 我还从Apple的iOS Master-Detail模板中创建了一个虚拟项目。 That exhibited the same behavior where no code signing identities or provisioning profiles were available from the project build settings. 这表现出相同的行为,即项目构建设置中没有可用的代码签名标识或配置文件。

I'm pretty open to all ideas. 我对所有想法都持开放态度。 Thanks. 谢谢。

Update 更新

As I mentioned, the code signing drop downs don't appear either, even though they have been properly created and downloaded through Preferences / Accounts. 正如我所提到的,代码签名下拉列表也不会出现,即使它们已通过“首选项/帐户”正确创建和下载。

在此输入图像描述

Nothing is wrong. 没有错误。 The solution is simple: Go to Editor -> Show values 解决方案很简单:转到编辑器 - >显示值

Xcode will show all the options after this. Xcode将在此之后显示所有选项。

Your provisioning profiles doesn't list out in your project setting because, provisioning profile doesn't match with your bundle identifier. 您的配置文件未在项目设置中列出,因为配置文件与您的软件包标识符不匹配。

1) Check your bundle identifier to list out provisioning profile as like below picture. 1)检查您的bundle identifier以列出配置文件,如下图所示。 Because It also lead to this problem. 因为它也导致了这个问题。

在此输入图像描述

2)You may not using the correct certificates when building your app. 2)在构建应用程序时,您可能无法使用correct certificates Just Delete your certificates in Provisioning Portal and create new ones and update them in Xcode. 只需在Provisioning Portal中删除您的证书并创建新证书并在Xcode中更新它们。

3) From above description, you didn't correct bundle identifier . 3)从上面的描述中, 您没有更正捆绑标识符 Goto Organizer / Provisioning Profiles / Refresh and allow Xcode to fetch the latest ones. 转到管理器/供应配置文件/刷新并允许Xcode获取最新的。 Then provisioning profile will show as like below 然后配置配置文件将如下所示

Select correct Provisioning profile. 选择正确的配置文件。 在此输入图像描述

您是否尝试过安装iPhone配置实用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM