Xcode 不显示配置文件列表

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

Xcode does not display the list of provisioning profiles

iosiphonexcode

提问by Dipen Chudasama

I have some issue with Xcode 6.3, in below image you can show that there is and no selection provided to select provisional profile name or application ID like (Automatic, or any other app Id name) and also not able to get list of provisional profiles which was available. How can I resolve this?

我对 Xcode 6.3 有一些问题,在下图中,您可以显示没有提供选择临时配置文件名称或应用程序 ID 的选项,例如(自动或任何其他应用程序 ID 名称),并且也无法获取临时配置文件列表这是可用的。我该如何解决这个问题?

enter image description here

在此处输入图片说明

Currently I am set provisional profile name manually like below.

目前我手动设置临时配置文件名称,如下所示。

enter image description here

在此处输入图片说明

采纳答案by Paul

First go to Xcode > Preferences:

首先转到 Xcode > 首选项:

enter image description here

在此处输入图片说明

Login with the developer account with the profiles you are trying to get to show up. When you do, highlight the account and press "View Details":

使用您想要显示的个人资料登录开发者帐户。完成后,突出显示该帐户并按“查看详细信息”:

enter image description here

在此处输入图片说明

After that, press the refresh button to make sure your profiles are there. Then go back to Code Signing in Xcode. Your profiles should show up.

之后,按刷新按钮以确保您的个人资料在那里。然后返回到 Xcode 中的代码签名。您的个人资料应该会出现。

enter image description here

在此处输入图片说明

回答by Nilesh Patel

Add your developer account in team section.

在团队部分添加您的开发者帐户。

You can find team section in Project Target Options.

您可以在项目目标选项中找到团队部分。

Once you will add it, hopefully you will get everything in build setting.

添加它后,希望您将在构建设置中获得所有内容。

回答by Tejas Ardeshna

follow steps below

请按照以下步骤操作

1)xcode -> preference -> accounts

1)xcode -> 偏好 -> 账户

click on account name -> view details(on right side) http://prntscr.com/7z4nveyou can see like this and click on refresh button below left side

单击帐户名称-> 查看详细信息(在右侧) http://prntscr.com/7z4nve您可以看到这样并单击左侧下方的刷新按钮

hope works

希望有效

回答by Vikas Dadheech

The problem is that you don't have the certificate's private key installed in your system.

问题是您的系统中没有安装证书的私钥。

You need to follow these steps:

您需要按照以下步骤操作:

  • Whichever certificate it is, whether it is developer or distribution certification, which you are using for you application, install the private key of that certificate on to you system.
  • Install the provisioning profile.
  • The certificates will be now visible in the drop down of "Code Signing Entity"
  • Select you certificate
  • 无论是哪个证书,无论是开发者证书还是分发证书,您为您的应用程序使用的证书,都将该证书的私钥安装到您的系统上。
  • 安装配置文件。
  • 证书现在将在“代码签名实体”的下拉列表中可见
  • 选择您的证书

Now you provisioning profile will be visible in the profile's drop down.

现在,您的配置文件将在配置文件的下拉列表中可见。

Please make sure that profile is created with the same certificate.

请确保使用相同的证书创建配置文件。