简体   繁体   English

Xcode 4.5无法识别我的设备iPhone 5(6.1.3)

[英]Xcode 4.5 Doesn't Recognize My Device iphone 5 (6.1.3)

I am using Xcode 4.5. 我正在使用Xcode 4.5。 When I plug my device in, it is not showing up on run button, and I have a message that it can't run using the selected device.. The Problem is this two days to go its working very well and i am installed many application before with this xcode 4.5 and iphone 5 (6.1.3) Dont know whats going on today Any idea Thanks in Advance 当我插入设备时,它没有显示在“运行”按钮上,并且我收到一条消息,表明它无法使用所选设备运行。问题是这两天工作得很好,并且我安装了很多设备使用此xcode 4.5和iphone 5(6.1.3)之前的应用程序不知道今天是怎么回事任何想法提前致谢

打开您的Xcode管理器(Shift + Cmd + 2),转到“设备”标签,在列表中选择您的设备,然后按“用于开发”按钮

检查您的部署目标对于设备操作系统而言是否设置得足够低。

Xcode 4.5支持直到iOS 6.0 for iOS 6.1.3为止,您需要将Xcode升级到4.6.0版本。

I would venture that your device isn't included in the provisioning profile you're trying to compile the code with. 我敢保证您的设备不包含在您尝试编译代码的配置文件中。 Check organizer and see if your device has your target provisioning profile listed. 检查管理器,看看您的设备是否列出了您的目标配置文件。 If it does, unplug the iPhone, restart XCode and the phone and try again. 如果是这样,请拔下iPhone的电源,重新启动XCode和电话,然后重试。

EDIT @Armaan Stranger also brings up a good point about XCode 4.5 and iOS 6.1.3 however I'm a bit confused as to how you had it working previously. EDIT @Armaan Stranger也提出了有关XCode 4.5和iOS 6.1.3的要点,但是对于您之前的工作方式我有些困惑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM