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
iOS Can't update Xcode 7.1
提问by Petar
回答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