xcode 尝试设置配置文件,但设备被锁定
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18302131/
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
Trying to setup provisioning profile, but device is locked
提问by Anders
Im trying to setup my iphone 5 for testing my app. Im using this guide;
我正在尝试设置我的 iphone 5 以测试我的应用程序。我正在使用本指南;
Im at the step for provisioning my device, but when i connect the phone it says its locked, with this message:
我正在配置我的设备的步骤,但是当我连接手机时,它说它已锁定,并显示以下消息:
The device is passcode protected. Please unlock your device and reattach.
设备受密码保护。请解锁您的设备并重新连接。
(0xE800001A).
(0xE800001A)。
I have disabled passcode protection, with no result.
我已禁用密码保护,但没有结果。
NOTE: The phone has previously been used to test an app from another developer account.
注意:该手机之前曾用于测试来自其他开发者帐户的应用程序。
Any suggestions? Anders
有什么建议?安德斯
采纳答案by Nirav Bhatt
I am assuming you are trying to install your app over the network. If yes, follow this:
我假设您正在尝试通过网络安装您的应用程序。如果是,请按照以下步骤操作:
- Disable Pass code.
- Go to Settings->Store->Apple ID->Sign out.
- Go to Settings->General->Profiles. Delete all the profiles that you see there, one by one.
- Switch of your iPhone and restart it.
- 禁用密码。
- 转到设置->商店->Apple ID->退出。
- 转到设置-> 常规-> 配置文件。一一删除您在那里看到的所有配置文件。
- 切换你的 iPhone 并重新启动它。
On the other hand, if you are syncing via iTunes, here is another interesting threadyou may want to check out.
另一方面,如果您通过 iTunes 同步,这里是您可能想要查看的另一个有趣线程。
回答by kylebrown
Turn off both the "Passcode Lock" andthe "Restrictions" passcode.
关闭“密码锁定”和“限制”密码。