简体   繁体   English

Snow Leopard上的iOS SDK 4.3安装错误

[英]iOS SDK 4.3 installation error on Snow Leopard

I recently reinstalled Snow Leopard on my iMac. 我最近在iMac上重新安装了Snow Leopard。 Installing previous versions of the iPhone SDK has worked just fine, but this version simply refuses to install after i've started "Install Xcode" and aborts early in the installation process. 安装早期版本的iPhone SDK的效果很好,但是在我启动“安装Xcode”后该版本只是拒绝安装,并在安装过程的早期中止。 The error from install.log can be seen below. install.log中的错误可以在下面看到。 I've read about several people having the same problem on the Apple forums, but I haven't found a working solution yet. 我已经在Apple论坛上了解到有几个人遇到相同的问题,但是我还没有找到可行的解决方案。

I've tried reboots, re-downloading the dmg file, fixing file permissions with disk utility, but nothing seems to do the trick. 我尝试过重新启动,重新下载dmg文件,使用磁盘实用程序修复文件权限,但似乎无济于事。

Anyone with some pointers? 有指针的人吗?

PackageKit: Install Failed: PKG: extracting 
"com.apple.pkg.DevToolsDocumentationLeo"
Error Domain=PKInstallErrorDomain Code=110         
UserInfo=0x10041cb90 "An error occurred while extracting files from the package “DevToolsDocumentation.pkg”."     
Underlying Error=(Error Domain=NSCocoaErrorDomain Code=259 "The file couldn’t be opened because it isn’t in the   
correct format.") {
    NSFilePath = "/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At 
    Startup/PKInstallSandbox-tmp/Root";
    NSLocalizedDescription = "An error occurred while extracting files  
    from the package \U201cDevToolsDocumentation.pkg\U201d.";
    NSURL = "../Packages/DevToolsDocumentation.pkg -
    - file://localhost/Applications/Install%20Xcode.app/Contents/Resources/Xcode.mpkg/";
    NSUnderlyingError = "Error Domain=NSCocoaErrorDomain Code=259 \"The file couldn\U2019t be opened because it isn\U2019t in the correct format.\"";
    PKInstallPackageIdentifier = "com.apple.pkg.DevToolsDocumentationLeo";
}
Sep 20 19:54:54 iMac installer[164]: install:didFailWithError:Error Domain=PKInstallErrorDomain     
Code=110 UserInfo=0x10041cb90 "An error occurred while extracting files from the package  
“DevToolsDocumentation.pkg”." Underlying Error=(Error Domain=NSCocoaErrorDomain Code=259 "The file couldn’t be  
opened because it isn’t in the correct format.")

Have you tried downloading .dmg from another machine or different router? 您是否尝试过从另一台计算机或其他路由器下载.dmg? Seems to have worked for these guys: 似乎为这些人工作过:

https://apple.stackexchange.com/questions/9364/why-cant-i-install-os-x-10-6-6-combined-updates https://apple.stackexchange.com/questions/9364/why-cant-i-install-os-x-10-6-6-combined-updates

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM