xcode 5:代码签名身份列表不完整

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

xcode 5: code signing identity list not complete

iosxcodexcode5

提问by dan

Just updated and used xcode 5 to to up a 2nd version of my app. But now the problem is on the code signing identity.

刚刚更新并使用 xcode 5 来升级我的应用程序的第二个版本。但现在问题出在代码签名身份上。

WHen I open up my old files from xcdoe 4.5, I see the full list of my identities there, but on this new project, there is only one developer identity listed. the rest (developer & distribution) identities are no where to be seen.

当我从 xcdoe 4.5 打开旧文件时,我会在那里看到我的完整身份列表,但在这个新项目中,只列出了一个开发人员身份。其余(开发者和发行版)身份无处可见。

I tried to reinstall the provision file again, but still nothing happens.

我尝试再次重新安装配置文件,但仍然没有任何反应。

Anyone facing the same problem and manged to solve it?

任何人都面临同样的问题并设法解决它?

Thanks!!

谢谢!!

回答by Deepesh

In Xode5+

在 Xode5+ 中

1) firstly select the provision profile

1) 首先选择配置文件

2) than select the code signing identity

2)比选择代码签名身份

enter image description here

在此处输入图片说明

回答by Nilesh Patel

It might be possible that you missed to configure the developer account in Xcode 5. In lasest Xcode 5 Apple had changed a provisional profile settings. To see full list of the provisional profile you have to confiture your developer account using Xcode.

您可能没有在 Xcode 5 中配置开发者帐户。在最新的 Xcode 5 中,Apple 更改了临时配置文件设置。要查看临时配置文件的完整列表,您必须使用 Xcode 配置您的开发人员帐户。

Steps :

脚步 :

  1. Select your Xcode project file.

  2. Go to general tab.

  3. You will see dropdown for the Team click on it & configure your developer account over here. Then after you will see all the provisional profiles in Build Settings.

  1. 选择您的 Xcode 项目文件。

  2. 转到常规选项卡。

  3. 您将看到团队的下拉菜单,单击它并在此处配置您的开发者帐户。然后您将在构建设置中看到所有临时配置文件。

enter image description here

在此处输入图片说明

Hope it works!!!

希望它有效!!!

回答by Paulo

I've had some issues with IOS 7 and Xcode 5. If I remember correctly it required me to regenerate the distribution profile per app. I also needed to update the device list since they are dependent on the IOS version. It's a one off task and once you are done it should behave as expected.

我在使用 IOS 7 和 Xcode 5 时遇到了一些问题。如果我没记错的话,它需要我重新生成每个应用程序的分发配置文件。我还需要更新设备列表,因为它们依赖于 IOS 版本。这是一项一次性任务,一旦完成,它应该会按预期运行。