2

XCode 3.2.6 を自分のマシン、Lion 10.7.3 にインストールするために 2 日間髪を引っ張ってきましたが、今のところ運がありません。私はここのインストール手順に従いました:Installing Xcode 3.2.6 On Lion Redux and hereInstalling Xcode 3.2.6 in Mac OS X Lion (10.7) but both is not working. インストール時に不明なエラーが常に発生します。添付の​​画像を参照してください。助けてください..どうもありがとうございました。ここに画像の説明を入力

マシン: Macbook OS: XCode 4.3 がインストールされた Mac OS X Lion 10.7.3

Apr  8 17:14:27 mo-macbook Installer[326]: Set authorization level to root for session
Apr  8 17:14:28 mo-macbook Installer[326]: Will use PK session
Apr  8 17:14:28 mo-macbook Installer[326]: Starting installation:
Apr  8 17:14:28 mo-macbook Installer[326]: Configuring volume "Mac OS X"
Apr  8 17:14:28 mo-macbook Installer[326]: Preparing disk for local booted install.
Apr  8 17:14:28 mo-macbook Installer[326]: Free space on "Mac OS X": 108.39 GB (108385030144 bytes).
Apr  8 17:14:28 mo-macbook Installer[326]: Create temporary directory "/var/folders/g8/87n3y6s561x_62y3d9h7y5480000gn/T//Install.326LicomV"
Apr  8 17:14:28 mo-macbook Installer[326]: IFPKInstallElement (22 packages)
Apr  8 17:14:28 mo-macbook Installer[326]: Using authorization level of root for IFPKInstallElement
Apr  8 17:14:29 mo-macbook Installer[326]: Failed install preflight: Error Domain=PKInstallErrorDomain Code=102 "The package “iPhoneSDK4_3.pkg” is untrusted." UserInfo=0x7c375830 {PKInstallPackageIdentifier=com.apple.pkg.iPhoneSDK4_3, NSLocalizedDescription=The package “iPhoneSDK4_3.pkg” is untrusted., NSUnderlyingError=0x7c3e0d30 "The operation couldn’t be completed. CSSMERR_TP_CERT_EXPIRED", NSURL=../Packages/iPhoneSDK4_3.pkg -- file://localhost/Volumes/Xcode%20and%20iOS%20SDK/Xcode%20and%20iOS%20SDK.mpkg/}
Apr  8 17:14:29 mo-macbook Installer[326]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
Apr  8 17:14:29 mo-macbook Installer[326]: IFDInstallController 7AE66E10 state = 7
Apr  8 17:14:29 mo-macbook Installer[326]: Displaying 'Install Failed' UI.
Apr  8 17:14:29 mo-macbook Installer[326]: 'Install Failed' UI displayed message:'An unknown installation error occurred.

The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
4

5 に答える 5

1

日付を2011年に戻すとうまくいきました。ログで見た正確なエラーは IFDInstallController 7912F940 state = 7 でした

于 2012-06-27T20:11:26.727 に答える
1

最後に、私はこれを機能させました。このエラー「The operation could not be completed. CSSMERR_TP_CERT_EXPIRED」は、このサイトFixing packages with expired signatures を示しています。

手順:

  1. このスクリプトflatpkgfixer.pyを使用してディスク イメージをフラット化しました
  2. ディスク イメージをマウントする
  3. ターミナルでこのコマンドを実行し、COMMAND_LINE_INSTALL=1 をエクスポートします。
  4. 「/Volumes/Xcode and iOS SDK/Xcode and iOS SDK.mpkg」を開きます

また、XCode 3.2.6 は Lion 10.7.3 に正常にインストールされます。乾杯!

于 2012-04-09T08:20:59.137 に答える
0

システムの日付を 2011 年に設定することで、インストールすることができました。

于 2012-05-13T09:26:58.703 に答える
0

ソフトウェア更新を実行します。「Apple Software Installer Update」を提供する必要があります。それをインストールします。問題を修正する必要があると思います。

于 2012-04-08T16:31:00.653 に答える