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: Fritz Anderson <email@hidden>
- Date: Mon, 17 Mar 2008 14:08:50 -0500
On 16 Mar 2008, at 11: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
Now I actually have this framework, but it's in my /Developer
folder, not my /System folder. I actually symlinked it in place and
this error went away, but one extremely similar to it cropped up
afterwards. After googling around for a while I didn't turn up
anything. I decided I'd rather ask for help than symlink N
frameworks files into my System directory. Any thoughts?
I'm using Xcode 3.1 on a 2.3 GHz Macbook Pro with Mac OS 10.5.2.
You actually don't have that framework. It apparently does not exist
-- and therefore cannot be used -- in Mac OS X 10.5. The
WebServicesCore frameworks in the /Developer tree are in the SDKs for
10.2 .. 10.4. They're stubs, for linking and headers.
See if you can work out something with (1) The OSServices framework,
or (2) the author of the package.
— F
_______________________________________________
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