Is there a way to downgrade from iOS 5.1 to iOS 5.0?(有没有办法从 iOS 5.1 降级到 iOS 5.0?)
问题描述
我不小心在 5.1 上升级了我的 iPhone 4,现在我无法在雪豹上测试 Xcode 4.2.我不想升级到 lion 来下载 xcode 4.3,因为我很喜欢很多人说它减慢了他们的 mac 并且还有其他几个问题.有没有办法从 iOS 5.1 降级到 iOS 5.0 并能够在我的雪豹上再次测试我在 xcode 4.2 上的应用程序?如果有人帮助谢谢,我将不胜感激.
I accidentally upgraded my iPhone 4 on 5.1 and now I can't test on Xcode 4.2 on my snow leopard. I don't want to upgrade to lion to download xcode 4.3 because I heart many people that said it slowed down their macs and had other several problems. Is there a way to downgrade from iOS 5.1 to iOS 5.0 and be able to test again my applications on xcode 4.2 on my snow leopard? I'd be grateful if someone helps thanks.
推荐答案
Xcode 4.2 可用于 iOS 5.1 设备.
Xcode 4.2 can be made to work with iOS 5.1 devices.
从此处下载 Xcode 4.3.将 5.1 SDK 和 Device Support 文件夹从 4.3 安装程序复制到 Xcode 4.2 文件夹中.
Download Xcode 4.3 from here. Copy the 5.1 SDK and Device Support folders from the 4.3 installer into your Xcode 4.2 folder.
前者进入Platforms/iPhoneOS.platform/Developer/SDKs,后者进入Platforms/iPhoneOS.platform/DeviceSupport
这篇关于有没有办法从 iOS 5.1 降级到 iOS 5.0?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法从 iOS 5.1 降级到 iOS 5.0?
基础教程推荐
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01