Re: Completely broken XCode
Re: Completely broken XCode
- Subject: Re: Completely broken XCode
- From: Uli Kusterer <email@hidden>
- Date: Sat, 27 Jan 2007 00:03:25 +0100
Am 25.01.2007 um 14:50 schrieb Cem Karan:
2) Have you recently upgraded XCode? If so, did you run /Developer/
Tools/uninstall-devtools.pl before you did the upgrade? IIRC, you
can directly upgrade XCode without running that tool, but it isn't
foolproof, so it is better to uninstall, and then install a new
full version each time they come out with one.
I've never had to do that in my life, so I doubt that'll help much,
but uninstalling and reinstalling at least makes sure everything is
there, so he might as well try it.
A much more common occurrence is upgrading OS X and not upgrading
to the corresponding version of Xcode. Xcode is very tightly bound to
a particular MacOS version, so make sure you have the newest one for
your version of MacOS X.
I'd also go with what others said, though: Usually one gets this
error when the wrong compiler is run on Objective C source files. You
didn't perhaps do a gcc_select call in the Terminal recently, or
tried to install a custom GCC that might have overwritten Apple's
GCC? Apple are using a modified version of GCC on OS X, so you can't
just install any old GCC (even if it's supposedly the same version).
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden