Re: Creating cocoa frameworks
Re: Creating cocoa frameworks
- Subject: Re: Creating cocoa frameworks
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 1 Jun 2004 14:27:33 -0600
On Jun 1, 2004, at 12:08 PM, Garvin Haslett wrote:
I've brought all the relevant code into a framework project and I'm
using the following linker flags:
-framework ApplicationServices -framework Foundation -framework AppKit
Don't use the linker flags setting to link in the frameworks. Instead,
add the Cocoa and ApplicationServices frameworks directly into your
project, and make sure they're enabled in the appropriate target(s).
I've had this problem before, and doing the above solved it, so maybe
it'll work for you...
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.