错误:“没有在会员中心注册的设备” - UDID无效? [英] Error: "No devices registered in member center" - Invalid UDID?

查看:474
本文介绍了错误:“没有在会员中心注册的设备” - UDID无效?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到错误找不到匹配的配置文件[对于您的UDID],所选团队没有iOS开发人员计划会员资格(是的,确实如此。它是活动的。),并且无法创建配置文件,因为您的团队没有在会员中心注册设备。请连接设备并启用它进行开发,然后将其添加到会员中心。 (我已在会员中心拥有有效的配置文件。)。

I am receiving the errors "No matching provisioning profiles found"[for your UDID], "The selected team doesn't have an iOS Developer Program membership" (Yes, it does. It's active.), and "Unable to create provisioning profile because your team has no devices registered in the Member Center. Please connect a device and enable it for development, and add it to the Member Center." (I already have an active provisioning profile in the Member Center.).

当我尝试将Macbook注册为开发设备时,收到错误请输入有效的硬件UDID。我的路径是iOS开发人员站点 - >会员中心 - >管理您的证书,应用程序ID,设备和配置文件。 - >设备 - >手动注册。我从关于此Mac->更多信息 - >系统报告 - >硬件UDID复制并粘贴我的Macbook的硬件UDID。

When I try to register my Macbook as a development device, I receive the error, "Please enter a valid Hardware UDID". My path is iOS Developer site->Members Center->"Manage your certificates, App IDs, devices, and provisioning profiles."->Devices->Register Manually. I copy and pasted my Macbook's Hardware UDID from About This Mac->More Info->System Report-> Hardware UDID.

我是否必须向Apple iOS设备提供Xcode(不仅仅是像我的Macbook这样的Apple设备)才能发布我完成的模拟器测试代码?还有什么我应该用这个做的吗?

Do I have to provide Xcode with an Apple iOS device (Not just an Apple device like my Macbook) in order to publish my completed, simulator tested code? Is there something else I'm supposed to do with this?

推荐答案

这个答案比在什么时候发布的更顺便问题已发布。我正在使用Xcode 6,但遇到了同样的问题。这笔交易是Xcode正在寻找一个与之相关的 iOS设备的配置文件。在这种情况下,开发设备是指iOS设备 - 目标设备,如果您愿意,而不是您正在开发的机器。

This answer is posted a bit further down the line than when the question was posted. I'm using Xcode 6, but had the same issue. The deal is that Xcode is looking for a provisioning profile that has an iOS device associated with it. In this case 'development device' means an iOS device - a target device, if you will, and not the machine you are developing on.

要创建配置文件,您需要登录Apple Developer帐户( http:// developer.apple.com ,然后转到网站顶部导航栏中的会员中心。据说你也可以在Xcode的Organizer窗口中进行,但我不能。

To create a Provisioning Profile, you’ll need to log in to your Apple Developer account (http://developer.apple.com, then go to Member Center in the nav at the top of the site). Supposedly you can also do it from the Organizer window in Xcode, but I couldn’t.

登录开发者帐户后,输入'证书,标识符和放大器;和个人资料的区域,你会看到一篇标题为 iOS配置文件入门的简短文章。阅读它,它简短而有用。

Once you log in to your developer account, enter the ‘Certificates, Identifiers & and Profiles’ area and you will see a short article titled Getting Started with iOS Provisioning Profiles. Read it, it’s short and helpful.

本文底部附近有一个手动创建配置文件的链接。点击它。 这会将您带到一个简短的向导,用于生成配置文件。

Near the bottom of the article is a link to create provisioning files manually. Click it. This will take you to a short wizard for generating provisioning profiles.


如果您阅读了那篇小文章,那么您我知道有两种
的配置文件 - 开发和分发。或者也许你已经知道
了。但请务必现在知道,因为这个
流程的第一步是选择是为开发创建配置文件还是为
分配创建配置文件。我还没有设置配置文件,但是,所以
这个答案的其余部分将用于设置
开发的配置文件。

If you read that little article, you’re aware that there are two kinds of provisioning files - development and distribution. Or maybe you already knew. But be sure to know now, because the first step in this process is to select whether to create a profile for development or distribution. I haven’t set up a profile for distribution, yet, so the rest of this answer will fork towards setting up a profile for development.



第2步



您可以通过以下两种方式之一设置开发资料 -

Step 2

You can set up a development profile one of two ways -


  1. 特定应用程序的特定个人资料(并记住,您可以创建多个个人资料)

  2. A 可用于开发任何应用程序的通配符配置文件

  1. A specific profile for a specific app (and remember, you can create multiple profiles)
  2. A wildcard profile that you can use in the development of any app

通配符选项有效最适合我的情况,但无论如何,我希望剩下的步骤大致相同。

The wildcard option works best for my situation, but I expect the remaining steps to be more or less the same, either way.

此过程的下一步是注册您的设备。您可以选择仅为您的配置文件注册一个设备,也可以多个。无论哪种方式,过程都是相同的 - 您需要为注册到配置文件的每个设备提供名称和UDID。

The next step in the process is to register your device/s. You have the option of registering just one device for your provisioning profile, or multiple. Either way, the process is the same - you need to provide a name and a UDID for each device you register to the profile.

获取UDID


如果您还不知道如何获取
此信息,获取UDID可能会很棘手,但这很容易。将您的设备插入您的设备,
打开iTunes,然后查看您的设备。您将看到列出的设备的Serial
编号。单击它,它将更改为您设备的UDID。
顺便提一下,如果你点击UDID,你将获得ECID,并在
之后获得产品类型。

Getting the UDID may seem tricky if you don’t already know how to get this information, but it's easy. Plug your device in to your machine, open iTunes, and view your device. You will see your device’s Serial Number listed. Click on it, and it will change to your device’s UDID. Incidentally, if you click on the UDID, you’ll get the ECID, and after that the Product Type.

复制UDID ,转到iTunes主菜单编辑 - >复制UDID。
正常复制功能暂时更改为复制UDID。
请注意,您无法在仪表板中选择UDID并以此方式复制

To copy the UDID, go to iTunes main menu Edit -> Copy UDID. The normal Copy functionality has temporarily changed to ‘Copy UDID’. Note that you can not select the UDID in your dashboard and copy it that way.

所有这些都是左边是单击继续按钮,然后确认您输入的信息是正确的,然后再次按下继续按钮。您可以在此时编辑您的信息,但是一旦点击继续按钮,就无法取消创建个人资料。

All that’s left is to click the Continue button, and then confirm that the information you’ve entered is correct before hitting the Continue button for the last time. You can edit your info at this point, but once you hit the Continue button the profile can’t be uncreated.

就是这样。

两篇博客文章帮助我完成了这些,包含大量说明和图片,是:

Two blog posts that helped me walk through this, complete with extensive instructions and images, are:

developer.xamarin.com上的设备配置
http://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning /

Device Provisioning at developer.xamarin.com http://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/

在www.innerfence.com上查找iPhone的唯一标识符(UDID)
https://www.innerfence.com/howto/find-iphone-unique-device-identifier-udid

Finding Your iPhone’s Unique Identifier (UDID) at www.innerfence.com https://www.innerfence.com/howto/find-iphone-unique-device-identifier-udid

这篇关于错误:“没有在会员中心注册的设备” - UDID无效?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆