Re: Link error -- missing file (??)
Re: Link error -- missing file (??)
- Subject: Re: Link error -- missing file (??)
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 14 Sep 2008 19:20:00 -0600
On Sep 14, 2008, at 7:05 PM, dct wrote:
I recently attempted to open a project on a MacMini that I use as
back-up computer. The project had opened successfully in the past
but this time it failed with an error:
Linking/Users/Shared/...../MacOS/Cafe (1 error)
* file not found: /System/Library/Frameworks/
CoreServices.framework/Versions/A/
Frameworks/
WebServicesCore.Framework/Versions/A/WebServicesCore
* Command / Developer / usr / bin / gcc-4.0 failed with error
code 1.
You shouldn't deep-link to frameworks. Instead, link to the umbrella
framework. In this case, the WebServicesCore framework was present in
CoreServices in Tiger, but it isn't anymore in Leopard.
And the compiler probably won't find it if you're using an SDK, even
if it is installed inside the CoreServices framework. The 10.5 SDK
doesn't have a WebServicesCore framework.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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