简体   繁体   English

如何在Xcode8中手动设置配置文件?

[英]How to set provisioning profile manually in Xcode8?

As you know, in Xcode8, the provisioning profile is deprecated, and there is a newer provisioning profile. 如您所知,在Xcode8中,不赞成使用配置文件,并且有更新的配置文件。

在此处输入图片说明

But the newer it is Automatic , and can not choose provisioning profile like the deprecated one. 但是更新的版本是Automatic ,不能选择已弃用的配置文件。

So, how to set the Adhoc provisioning profile manually in Xcode8? 那么,如何在Xcode8中手动设置Adhoc供应配置文件?

To set provisioning profile manually in Xcode 8, go to target and switch to General tab and there deselect the 'Automatically manage signing'. 要在Xcode 8中手动设置配置文件,请转到目标并切换到“常规”标签,然后取消选择“自动管理签名”。 After it you can set the provisioning profile both for debug and release. 之后,您可以设置调配配置文件以进行调试和发布。

see this picture for your reference 看到这张图片供参考

I seek out: 我找出:

In the Target -> General -> Signing, to uncheck Automatically manage siging, then I can choose by myself. 在“目标”->“常规”->“签名”中,取消选中“自动管理同位”,然后我可以自己选择。

在此处输入图片说明

I am using Xcode 8 Beta 2. 我正在使用Xcode 8 Beta 2。

Setup Provisioning Profile Manually in Xcode 8 version 在Xcode 8版本中手动设置配置文件
1. Open Xcode version 8.0 and above. 1.打开Xcode 8.0及更高版本。
2. Select Project Name from Left menu. 2.从左侧菜单中选择项目名称。
3. Select TARGETS option in left adjutant pane. 3.在左副官窗格中选择TARGETS选项。
4. Set your Bundle Identifier name 4.设置您的捆绑标识符名称
5. Uncheck Automatic Manage Signin 5.取消选中自动管理登录
6. Select your Provisioning profile in SIGNIN(DEBUG) and SIGNIN(RELEASE) section. 6.在SIGNIN(DEBUG)和SIGNIN(RELEASE)部分中选择您的配置文件。
7. Please keep in mind that you already have installed provisioning profile in Xcode. 7.请记住,您已经在Xcode中安装了配置文件。 (Development and Distribution profile.) (开发和发行资料。)

在此处输入图片说明

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

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