如何在Xcode 6中将设备添加到开发门户?

时间:2014-08-15 14:48:12

标签: ios code-signing xcode6 provisioning-profile

我看到Xcode6删除了"设备"来自组织者的选项卡并将其移至单独的"设备"窗口中的标签>设备

我没有看到"将设备添加到会员中心"从“设备”屏幕或“设备”>供应配置文件屏幕。

如何将设备添加到成员中心,从而在Xcode 6中安装正确的配置文件?

5 个答案:

答案 0 :(得分:19)

在构建设置中,将配置文件设置为自动。 代码签名身份也是自动的。

在某些情况下,xCode会尝试修复主目标和“测试”目标,但无法正确签署测试目标。在这种情况下,对于从互联网下载的演示,我只是删除测试目标。

enter image description here

答案 1 :(得分:3)

@SeniorShizzle我认为它为您显示的原因是因为您的手机运行的版本低于应用中设置的部署目标(Xcode - > YourAppName - > General)。

很抱歉,我无法回复评论btw。我还不被允许这样做。

答案 2 :(得分:2)

我找到了解决方案。删除iOS团队配置文件:*'在iPhone配置实用程序中。

并尝试运行应用,然后您就会看到修复问题。

答案 3 :(得分:0)

添加新设备可能遇到问题的另一个原因是您已达到允许注册的设备数量限制(100)。

答案 4 :(得分:0)

My first time using XCode and apparently starting from version 6 they moved the creation of provisioning profile the developer.apple.com website. There you can register your device using the UUID you can find in XCode > Window > Devices for your phone. Then create an App ID and then a provisioning profile which you can then download from the website. Double clicking the downloaded file should add it to XCode > Windows > Devices > Show Provision Profiles.