Re: Xcode internal error
Re: Xcode internal error
- Subject: Re: Xcode internal error
- From: Alastair Houghton <email@hidden>
- Date: Sun, 29 Jul 2007 11:44:35 +0100
On 29 Jul 2007, at 05:37, Ken Tozier wrote:
I Googled for /SourceCache/DevToolsBase and got a few pages where
others ran into this problem but no answers. The Xcode errors seem
to be confined to this one project but since it took a lot of work
to set it up in the first place, I'm hoping there is a way to fix
it without having to recreate the whole thing from scratch.
Anyone know how to fix this error?
Take a look at the files inside the .xcodeproj bundle. One of them
will be damaged somehow; it might be as simple as some bad data
somewhere in it, or it could be as complex as a missing reference
(which will be harder to find).
As a first step, you might consider doing
plutil -lint project.pbxproj
inside the bundle. That will tell you if the plist data in the file
is correct.
After that, I'm afraid it's a case of manually checking the data in
the file, unless anyone knows of a tool that can do this. If you get
to that point, unless it's something that's easy to find, you may be
better off just recreating the project file.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden