简体   繁体   English

如何将Xcode应用程序部署到iPhone?

[英]How to deploy an Xcode app to iphone?

I know a lot of solutions are out there. 我知道有很多解决方案。 But here is my problem. 但是,这是我的问题。

My company has already a developer's account and the device on which I want to test is already registered and it has a unique ID. 我的公司已经拥有开发者帐户,并且我要测试的设备已经注册,并且具有唯一的ID。 When I open my Xcode and connect my device, it shows that device listed in the device panel with the given identifier in the organiser of windows. 当我打开Xcode并连接设备时,它会在Windows的组织器中显示设备面板中列出的具有给定标识符的设备。 Now, when I create a project in Xcode and instead of deploying it on simulator, I check the device button, it shows no device available. 现在,当我用Xcode创建一个项目而不是将其部署在模拟器上时,我检查了设备按钮,它显示没有可用的设备。 What am I doing wrong??? 我究竟做错了什么???

在此处输入图片说明

. .

EDIT: 编辑:

XCode 3.xx is too old for development, why are you still using such an older version? XCode 3.xx太旧了,无法开发,为什么仍使用这样的旧版本? App Store will not accept your build unless you use XCode 5.x with iOS SDK 7.x. 除非您将XCode 5.x与iOS SDK 7.x一起使用,否则App Store将不接受您的构建。 Probably your iPhone has a new iOS version which is not supported by XCode 3. That's the reason why you can not see above option. 您的iPhone可能是XCode 3不支持的新iOS版本。这就是您看不到上述选项的原因。 You must update XCode to latest version and the Phone as well, then you will be able to debug in device. 您必须同时将XCode更新到最新版本和Phone,然后才能在设备中进行调试。

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

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