xcode 尝试将 iOS 设备添加到门户时请求超时

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

Request Timed out when trying to add iOS device to the portal

iosxcode

提问by James Graham

I added my iPad device to the Apple Developer website by entering it's description and UDID.

我通过输入它的描述和 UDID 将我的 iPad 设备添加到 Apple Developer 网站。

Within the Xcode organizer, I attempt to add my device to the portal. I have hooked up a proper provisioning portal to it and all. Yet, the request times out every single time after I enter my proper Apple ID and password.

在 Xcode 管理器中,我尝试将我的设备添加到门户。我已经为它连接了一个合适的配置门户。然而,每次输入正确的 Apple ID 和密码后,请求都会超时。

Error

错误

How do I fix this?

我该如何解决?

Also, if it helps: I get the same error when I go to Editor < Refresh from Developer Portal

另外,如果有帮助:当我从 Developer Portal 转到 Editor < Refresh 时遇到同样的错误

回答by scriptam

Here is what you're after...

这就是你所追求的......

Check the following status page - https://developer.apple.com/support/system-status/

检查以下状态页面 - https://developer.apple.com/support/system-status/

If the "Xcode Automatic Configuration" is grayed out, that means the service is offline, and Xcode will surely time out on all developer portal related activities.

如果“Xcode 自动配置”显示为灰色,则表示该服务处于离线状态,并且 Xcode 肯定会在所有与开发者门户相关的活动中超时。

If "Certificates, Identifiers & Profiles" service is online, then Xcode will still time out, but you can access the web developer portal, manually add a device (Identifier), modify / update certificates and download them, and manually add them to your Xcode, and continue with your development / provisioning / ad-hoc distribution.

如果“Certificates, Identifiers & Profiles”服务在线,那么Xcode仍然会超时,但是您可以访问Web开发者门户,手动添加设备(标识符),修改/更新证书并下载它们,然后手动将它们添加到您的Xcode,并继续您的开发/配置/临时分发。

Hope this helps!

希望这可以帮助!

回答by Paul Mikesell

I had this same problem. Here's how I got around it: Login to developer.apple.com and go to the provisioning profiles section:

我有同样的问题。我是这样解决的:登录 developer.apple.com 并转到配置文件部分:

https://developer.apple.com/account/ios/profile/profileList.action

https://developer.apple.com/account/ios/profile/profileList.action

First you have to manually add your device in the Devices section. You can get your UDID from iTunes by selecting the device and then clicking on the identifier.

首先,您必须在“设备”部分手动添加您的设备。您可以通过选择设备然后单击标识符从 iTunes 获取您的 UDID。

Now you can manually generate a new provisioning profile that includes this device. Go down to "Provisioning Profiles" section. Click the "+", then "iOS App Development" - Continue. Then AppID "iOS Wildcard" - Continue. Then your developer certificate in the checkbox - Continue. Now you should see your new device in the devices section. Add all of these devices, and download the new certificate. Once you have imported this new certificate into your Organizer, it should work (well, it did for me).

现在,您可以手动生成包含此设备的新配置文件。转到“配置文件”部分。单击“+”,然后单击“iOS 应用程序开发”- 继续。然后 AppID“iOS 通配符” - 继续。然后在复选框中选择您的开发人员证书 - 继续。现在您应该在设备部分看到您的新设备。添加所有这些设备,然后下载新证书。将这个新证书导入您的管理器后,它应该可以工作(嗯,对我来说确实如此)。

Let me know if this doesn't work for you for some reason and I can try to help by comparing what's happening with mine.

如果出于某种原因这对您不起作用,请告诉我,我可以尝试通过比较我的情况来提供帮助。

回答by Alex Clark

Just hooked up a new iPhone and trying to deploy my apps on it. No joy so far. Playing around with the profiles & provisions on the website is to no avail, since the development one is "managed by Xcode". Which currently serves up nothing more useful than a timeout.

刚刚连接了一部新 iPhone 并尝试在其上部署我的应用程序。至今没有快乐。玩弄网站上的配置文件和规定是无济于事的,因为开发是“由 Xcode 管理的”。目前没有什么比超时更有用的了。

回答by Mark Thibault

I just got a call from Apple Developer Relations about the WWDC registrations and they told me about technical issues they have been having. Perhaps it is a wider issue?

我刚接到 Apple Developer Relations 关于 WWDC 注册的电话,他们告诉我他们遇到的技术问题。也许这是一个更广泛的问题?