iOS 无法更新 Xcode 7.1

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/33370954/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:07:34  来源:igfitidea点击:

iOS Can't update Xcode 7.1

iosxcode

提问by Petar

So I've just updated Xcode via the Mac AppStore to version 7.1

所以我刚刚通过 Mac AppStore 将 Xcode 更新到了 7.1 版

enter image description here

在此处输入图片说明

However when I run the application it is using version 7.0 (without iOS 9.1)

但是,当我运行该应用程序时,它使用的是 7.0 版(没有 iOS 9.1)

enter image description here

在此处输入图片说明

Any idea what could be the problem ?

知道可能是什么问题吗?

回答by klaevv

I had the same issue while trying to update to 7.1. Manually deleting Xcode & restarting my laptop solved the problem, even though I had only one copy of Xcode on my mac.

我在尝试更新到 7.1 时遇到了同样的问题。手动删除 Xcode 并重新启动我的笔记本电脑解决了这个问题,即使我的 Mac 上只有一个 Xcode 副本。

回答by RajaSasidharan

You have to uninstall the xcode and reinstall it. Download the latest version xcode from apple developer account website.. not from appstore

您必须卸载 xcode 并重新安装它。从苹果开发者帐户网站下载最新版本的 xcode.. 不是从 appstore

回答by piratus

Fixing ownership for the whole application worked for me.

修复整个应用程序的所有权对我有用。

sudo chown -R root:wheel /Applications/Xcode.app