简体   繁体   English

iPhone OS 3.1.3不适用于Xcode 3.2.1。 我必须安装SDK 3.2 BETA吗?

[英]iPhone OS 3.1.3 does not work with Xcode 3.2.1. Do I have to install SDK 3.2 BETA?

Same as the title. 与标题相同。 Do I have to install SDK 3.2 BETA to work with OS 3.1.3? 我是否必须安装SDK 3.2 BETA才能使用OS 3.1.3? I really want to avoid to install BETA on my main workstation. 我真的想避免在我的主工作站上安装BETA。 No other way? 没有其它的方法?

I'm also thinking about rollback to OS 3.1.2 if there is no way. 如果没有办法,我也在考虑回滚到OS 3.1.2。 I'm regretting about I made no backup. 我很遗憾没有备份。

Vresion 3.1.3 of the iPhone SDK was posted to the iPhone dev center yesterday, install that and you should be back in business. iPhone SDK的Vresion 3.1.3昨天被发布到iPhone开发中心,安装它,你应该重新开始营业。

Don't install the 3.2 SDK unless you're going to be doing iPad development. 除非您要进行iPad开发,否则不要安装3.2 SDK。

您可以随时下载3.1.3 XCode

I put up a tutorial on how to get 3.1.3 working with Xcode 3.2 我提出了一个如何让3.1.3使用Xcode 3.2的教程

Check it out here http://chris-fletcher.com/2010/08/28/howto-install-iphone-sdk-2-0-3-1-for-xcode-3-2/ 在这里查看http://chris-fletcher.com/2010/08/28/howto-install-iphone-sdk-2-0-3-1-for-xcode-3-2/

不,iPhone SDK 3.2 beta仅适用于iPad。

昨天(2010年2月2日)发布了一个新的3.1.3 SDK。只需登录到iPhone开发人员中心并在那里下载。

The 3.2 beta SDK is not compatible with iPhone OS 3.1.3 for development. 3.2 beta SDK与用于开发的iPhone OS 3.1.3 兼容。 To develop on 3.1.3, you must download the 3.1.3 SDK from the iPhone Dev Center. 要在3.1.3上开发, 必须从iPhone开发人员中心下载3.1.3 SDK。

Simple way: Apple SDK Download site, download it and reinstall. 简单方法:Apple SDK下载站点,下载并重新安装。 http://developer.apple.com/iphone/index.action#downloads Snow Leopard Downloads http://developer.apple.com/iphone/index.action#downloads Snow Leopard下载

* iPhone SDK 3.1.3 with Xcode 3.2.1
* iPhone SDK 3.1.3 with Xcode 3.2.1 Readme

Open your terminal. 打开你的终端。 do it. 做到这一点。

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2\\ (7D11)/ /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.3 ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.2 \\(7D11)/ /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.1.3


Refrence: Refrence:

iPhone OS 3.0 SDK and iPhone OS 3.0.1 software release for Mac OS X v10.5.7 To continue development with iPhone SDK 3.0 on your iPhone, iPhone 3G and iPhone 3GS running iPhone OS 3.0.1 will need to perform the following: 1. Log into your Mac with an Admin account and launch the Terminal application (/Applications/Utilities) 2. Copy and paste the following line into Terminal: ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\\ (7A341) / Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1 Note: If you installed iPhone SDK 3.0 somewhere other than the default /Developer location, replace the "/Developer" directory as appropriate. 适用于Mac OS X v10.5.7的iPhone OS 3.0 SDK和iPhone OS 3.0.1软件版本要在iPhone上继续使用iPhone SDK 3.0进行开发,运行iPhone OS 3.0.1的iPhone 3G和iPhone 3GS将需要执行以下操作:1。使用管理员帐户登录Mac并启动终端应用程序(/ Applications / Utilities)2。将以下行复制并粘贴到终端:ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0 \\(7A341)/开发人员/平台/ iPhoneOS.platform / DeviceSupport / 3.0.1注意:如果您在默认/开发人员位置以外的地方安装了iPhone SDK 3.0,请根据需要更换“/ Developer”目录。 © 2009 Apple Inc. All rights reserved. ©2009 Apple Inc.保留所有权利。 Xcode, Apple, the Apple logo, Mac, Mac OS, and Macintosh are trademarks of Apple Inc., registered in the US and other countries. Xcode,Apple,Apple徽标,Mac,Mac OS和Macintosh是Apple Inc.在美国和其他国家/地区注册的商标。 ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\\(7A341) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1 ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\\(7A341)/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

iPhone SDK Beta for 3.2 has 3.1.2 in it, Valery...you just have to choose that development environment. iPhone SDK Beta for 3.2中 3.1.2,Valery ......你只需要选择那个开发环境。

I am using it now to write code for 3.1.2 .. I have not updated to 3.1.3. 我现在用它来编写3.1.2的代码..我还没有更新到3.1.3。 I like to let new firmware sit for about a month before I update. 在我更新之前,我想让新固件放置一个月左右。

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

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