Udo's Techblog

Mac Neophyte Tips: XCode crashes on startup
Date: 2009-04-17 15:04:54

If this looks familiar to you, here are some suggestions:

Have you installed Safari 4 (Beta) recently?
If so, that's probably what blew XCode's tiny little mind. Go to the Apple Dev website and download the latest XCode release (if in doubt, use the link I provided, because the "normal" way of getting to the package through the developer portal is almost always broken).

Have you sync'ed your hard drive from another Mac?
If so, this might be a permissions problem. Go to Disk Utility and run "Repair Permissions" or open a Terminal session and enter
diskutil repairPermissions /
to restore normal file permissions. That also works when other programs are not starting up.

Have you tried turning it off and on again?
Kinda silly, try re-installing the package. Clear out your user's Library/Application Support/Xcode/ directory and any other places where faulty configuration data may be stored. I know it sucks, but if the previous options didn't work out for you, it means your install is somehow hosed. In that case, let me close with some solid instructions from the Google Maps team:
> Turn left on Comstock.

> When you feel the blood chill in your veins, stop the van and get out. Stand very still. Exits are north, south, and east, but are blocked by a Spectral Wolf.

> The Spectral Wolf fears only fire. The Google Maps team can no longer help you, but if you master the Wolf, he will guide you. Godspeed.

Comments