0
上设立的Xcode在这里自动管理调配谱读了起来:设置Xcode的自动管理调配谱 - 无选择的供应配置文件设置为无
https://developer.apple.com/library/ios/qa/qa1814/_index.html
我走得越远:
Once you have your team selected in the General pane, clear out any manual Code Signing settings so they can be managed automatically. To do that, edit the Code Signing section in the Build Settings pane of your Xcode project as follows:
1. Set the provisioning profile to None.
但是,我只有Automatic
,现有配置文件(包括*)和其他的列表。任何建议哪一个挑选?
是的,令人困惑的是,顶部的指示与以下指示不同。但是有一点需要注意 - 它说“在你开始在Xcode中使用它们之前,先刷新你的配置文件。” - 你是怎样做的? – Snowcrash
进入Xcode首选项,然后转到帐户选项卡。在左侧窗格中选择Apple ID。完成之后,您应该在右下方的窗格中看到您的名字。双击它,它应该列出签名身份和供应配置文件。在左下角的配置文件下,有一个刷新按钮。点击它,它应该得到最新的。 – wottle