Xcode 6.3 未运行 iOS 8.4 - 更新至 6.4 失败
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/31320463/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 6.3 not running iOS 8.4 - update to 6.4 fails
提问by Yuvals
I have upgraded my iOS to 8.4, then I tried to run Xcode 6.3, it asks it can't mount the device since it's running 8.4 version (".. running a version of iOS that is not supported by this version of Xcode.") When I try to upgrade Xcode to 6.4 - update fails every time with error message (try again using purchases).
我已将我的 iOS 升级到 8.4,然后我尝试运行 Xcode 6.3,它要求它无法安装设备,因为它运行的是 8.4 版本(“.. 运行此版本的 Xcode 不支持的 iOS 版本。” ) 当我尝试将 Xcode 升级到 6.4 时 - 每次更新都失败并显示错误消息(再次尝试使用购买)。
Any suggestions how to solve this?
任何建议如何解决这个问题?
回答by trojanfoe
- Delete
/Applications/Xcode.app
. - Download Xcode 6.4from the Apple Developer Download site.
- Mount the
.dmg
and extractXcode.app
into/Applications
.
- 删除
/Applications/Xcode.app
。 - 从 Apple 开发人员下载站点下载 Xcode 6.4。
- 装入
.dmg
并提取Xcode.app
到/Applications
.
回答by Marlon Ruiz
You don't need to delete /Applications/Xcode.app.
您不需要删除 /Applications/Xcode.app。
- Open a terminal.
- Copy this:
xcode-select --install
and paste it in the terminal - Install.
- After the install has completed, you can see in the App Store that is possible to update your Xcode.
- 打开一个终端。
- 复制此:
xcode-select --install
并将其粘贴到终端中 - 安装。
- 安装完成后,您可以在 App Store 中看到可以更新您的 Xcode。
I did that and I can update my Xcode from 6.3 to 6.4.
我这样做了,我可以将我的 Xcode 从 6.3 更新到 6.4。
回答by iParianos
What I've done and worked..Open the Mac App Store, search for the Xcode, check that it shows the latest version and then click install. It will start to downloading and installing the latest version.
我所做的和工作的……打开 Mac App Store,搜索 Xcode,检查它是否显示最新版本,然后单击安装。它将开始下载和安装最新版本。