Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Xcode 4.2 for Snow Leopard fails

I've download Xcode 4.2 from official site. And when installation starts - it shows an error:

enter image description here

Not very informative.. What is the problem? where to see logs or something?

PS.I have: Mac OS 10.6.8, Xcode 4.0, ~10 GB free space. And I want just to test my app on ios5.

UPDATED:

Installer[51580]: Failed install preflight: Error Domain=PKInstallErrorDomain Code=102 UserInfo=0x119de62e0 "The package “OpenGLApps.pkg” is untrusted." Underlying Error=(Error Domain=NSOSStatusErrorDomain Code=-2147409654 UserInfo=0x119df06b0 "The operation couldn’t be completed. CSSMERR_TP_CERT_EXPIRED")
like image 213
1gn1ter Avatar asked Apr 05 '12 13:04

1gn1ter


People also ask

Why can't I get Xcode on my Mac?

Xcode only runs on a mac. If you are on a PC, sadly you won't be able to use Xcode. You'll need a good, stable internet connection. The latest version is around 8 gigabytes in size.

Do I need Xcode installed on my Mac?

Developers need to install Xcode Command Line Tools before they can develop software on a Mac. Apple provides a complete development environment for programmers named Xcode. If you are developing software for macOS, iOS, tvOS, and watchOS, you must install the full Xcode application.

Can Macbook Air install Xcode?

You can install Xcode from any of the following sources: On your "Mac OS X Install" DVD, under Optional Installs, double-click Xcode. mpkg to install Xcode on your system. At the Mac App Store, download Xcode for free.


1 Answers

You can try changing your system date to a date before 26 March 2012. For details, check https://apple.stackexchange.com/questions/45841/xcode-4-2-snow-leopard-doesnt-install

like image 62
caoquendo Avatar answered Sep 17 '22 11:09

caoquendo