简体   繁体   English

在Snow Leopard,XCode 4和iOS5.1上配置iPhone

[英]Provisioning iPhone on Snow Leopard, XCode 4 and iOS5.1

I'm new to the whole iOS development thing but I have completed my first app and now wish to deploy to my iPhone for final testing round. 我是整个iOS开发的新手,但我已经完成了我的第一个应用程序,现在希望部署到我的iPhone进行最终测试。

However, I have a yellow dot next to my device and the message tells me that iOS 5.1 is not supported and that I need to get the latest SDK's. 但是,我的设备旁边有一个黄点,消息告诉我iOS 5.1不受支持,我需要获得最新的SDK。

I have done that but still the error persists insisting that the highest iOS i can test is 5.0. 我已经这样做但仍然存在错误,坚持认为我可以测试的最高iOS是5.0。

I'm not going to go back to 5.0 on my iPhone as that would just be stupid. 我不会在我的iPhone上回到5.0,因为那只会是愚蠢的。

I have the latest updates for Snow Leopard, latest updates for xCode 4. 我有Snow Leopard的最新更新,xCode 4的最新更新。

Anyone know what I need to do for me to be able to use my iPhone? 任何人都知道我需要为我做什么才能使用我的iPhone?

Xcode 4 max supported iOS is 5.0, as your phone is iOS 5.1 it is not possible to install your app directly with Xcode. Xcode 4 max支持iOS为5.0,因为您的手机是iOS 5.1,因此无法使用Xcode直接安装您的应用程序。 You have two solutions: 你有两个解决方案:

1/ Either you install Xcode 4.3.2 (iOS 5.1), but you need to install Mac OS X Lion (10.7) 1 /您安装Xcode 4.3.2(iOS 5.1),但需要安装Mac OS X Lion(10.7)

2/ Or create an adhoc version of your app (it is explained on Apple web site), and use this software to install your app on your phone : http://support.apple.com/kb/DL1465?viewlocale=fr_FR&locale=fr_FR 2 /或创建您的应用程序的特别版本(Apple网站上有解释),并使用此软件在您的手机上安装您的应用程序: http//support.apple.com/kb/DL1465? viewlocale = fr_FR&locale = fr_FR目录

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

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