Re: Xcode looking in the wrong place for frameworks
Re: Xcode looking in the wrong place for frameworks
- Subject: Re: Xcode looking in the wrong place for frameworks
- From: Chris Hanson <email@hidden>
- Date: Mon, 17 Mar 2008 12:27:43 -0700
On Mar 16, 2008, at 9:59 PM, Justin Delegard wrote:
I am attempting to compile this (http://www.wentnet.com/projects/xnjb/download.html
) project in xcode. I have gotten as far as getting it to compile,
but it fails when linking saying :
ld: file not found: /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/
WebServicesCore.framework/Versions/A/WebServicesCore
That project appears to be linking to a sub-framework of an umbrella
framework. Nothing should ever do so, it should only ever link
against the umbrella framework since the contents of the umbrella may
change between releases.
Link against CoreServices.framework rather than
WebServicesCore.framework — and include <CoreServices/CoreServices.h>
rather than individual header files, of course — and it should just
work.
-- Chris
_______________________________________________
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