XCode 1.1 full-install vs update conflicts
XCode 1.1 full-install vs update conflicts
- Subject: XCode 1.1 full-install vs update conflicts
- From: David Miller <email@hidden>
- Date: Fri, 2 Jan 2004 22:50:13 -0500
We solved this one after much hair-pulling, but figured I would share the
story in case anyone else finds the solution helpful.
We have three developers on a project which is managed via CVS. One of the
developers recently got a new machine that had Panther on it by default,
and grabbed the Xcode 1.1 full installer off the ADC site instead of
installing 1.0 that came with the machine then getting the update through
Software Update. He was then unable to build our project because he was
getting errors that "AppKit.h" and "Foundation.h" couldn't be found.
After much hair-pulling, we discovered the project is set up to build with
the Mac OS X 10.2 SDK in order to have 10.2 compatibility. The copies of
Xcode that were updated from 1.0.1 via Software Update had the 10.2.7 SDK
in them, and the one that was a fresh install of 1.1 had 10.2.8 instead of
10.2.7 in the SDK. Since the project file has the SDK path explicitly
coded, it broke the oddball machine.
Solution for the time being, until the other two of us can get around to
pulling the 1.1 CD off of the ADC site (it's a big download :) was to
tarball the 10.2.7 SDK and give it to him.
It seems silly to me that if the fresh install package comes with 10.2.8
that the updater didn't also install that to replace the 10.2.7 that was
already there from 1.0...
--
Dave Miller - System Administrator / Programmer
InTrec Software, Inc. http://www.intrec.com/
email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.