配置的 iPhone 未显示在 Xcode Organizer(或 iTunes)中
我最近设置了应用程序 ID 和配置文件,并且能够在设备上成功测试我的应用程序。然后,我下载了一些示例 iOS XCode 项目,在部署其中一个项目并从手机中删除示例应用程序后,我无法将手机与 iTunes 同步,也无法在 Xcode 管理器窗口中看到它已连接(该设备仍列在左侧窗格,但显示为已断开连接)。现在,当我尝试在设备上构建和运行时,在 Xcode 中创建的所有新项目都会收到以下消息。
No provisioned iOS device is connected.
我正在运行 Xcode 3.2.5 和 iOS 4.2。
有什么想法吗?
非常感谢。
I've recently set up an app id and provisioning profile and was able to test my app on the device successfully. I then downloaded some sample iOS XCode projects and upon deploying one of them and deleting the sample app from the phone have since been unable to sync the phone with iTunes or see it as connected in the Xcode organizer window (the device is still listed in the lefthand pane, but shows up as disconnected). All new projects created in Xcode are now greeted with the following message when I attempt to build and run on the device.
No provisioned iOS device is connected.
I'm running Xcode 3.2.5 and iOS 4.2.
Any ideas?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
通常,当我遇到此问题时,我会
然后大多数情况下设备将再次被识别。我确实觉得奇怪,连 iTunes 都无法识别它。也许尝试重新启动设备?
Typically when I run across this issue I will
Then the majority of the time the device will be recognized again. I do find it strange that even iTunes can't recognize it though. Maybe try restarting the device even?
我遇到了同样的问题,并 在 Apple.SE 上发布了相关信息 。重新安装 iTunes 为我解决了这个问题。
I had the same problem and posted about it over at Apple.SE. Reinstalling iTunes fixed it for me.
在
Xcode 5.1.1
上拔下设备,从
Window
->Organizer
、Product
->< 中删除设备code>Clean,关闭Xcode
,插入设备,启动Xcode
-Window
->Organizer
并添加到会员中心
希望这会有所帮助。当我启用
iCloud
并且iTunes
上出现同步问题时,我就出现了此问题。On
Xcode 5.1.1
Unplug device, remove device from
Window
->Organizer
,Product
->Clean
, closeXcode
, plug in device, startXcode
-Window
->Organizer
and add toMember Center
Hope this helps. The issue occurred for me when I enabled
iCloud
and there was a sync issue oniTunes
.