xcode 3.2.3 在 Mac 10.6.3 上安装失败
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9953835/
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 3.2.3 installation failed on Mac 10.6.3
提问by anjum
First I have install Mac 10.6.3 on my system now I want to install xcode 3.2.3 .But I get error as "An unknown installation error occured. The installer encountered an error that caused installation to failed."
Please Help me with this issue.
首先,我在系统上安装了 Mac 10.6.3,现在我想安装 xcode 3.2.3。但我收到错误消息“发生未知安装错误。安装程序遇到导致安装失败的错误。”
请帮我解决这个问题。
回答by almand
change your system date to 1/1/2012.
将您的系统日期更改为 1/1/2012。
then try to install... it works for me
然后尝试安装...它对我有用
回答by beryllium
回答by Ted C
It seems the error stems from an expired certificate covering the iOS portion of the package. I assume you only need 3.2.6 to build universal binaries that support older PPC as well as Intel Macs right? That being the case, you can simply decline the second licence agreement covering iOS. The installer should then proceed to install only the Mac-related tools and SDKs.
该错误似乎源于涵盖软件包 iOS 部分的过期证书。我假设您只需要 3.2.6 即可构建支持旧版 PPC 和 Intel Mac 的通用二进制文件,对吗?在这种情况下,您可以简单地拒绝涉及 iOS 的第二个许可协议。然后安装程序应该继续只安装 Mac 相关的工具和 SDK。
Update: I see you were referring to 3.2.3 while I was referring to 3.2.6. I am not certain the installer works the same way, but imagine you would want 3.2.6 anyway?
更新:我看到您指的是 3.2.3,而我指的是 3.2.6。我不确定安装程序的工作方式是否相同,但想象一下您无论如何都想要 3.2.6?