Creating cocoa frameworks
Creating cocoa frameworks
- Subject: Creating cocoa frameworks
- From: email@hidden (Garvin Haslett)
- Date: Tue, 1 Jun 2004 19:08:25 +0100
Hi,
I have a windowed cocoa application which also makes extensive use of
an open source physics engine. To simplify the process of creating the
process of writing new applications using the simulator I'm trying to
put the application and the simulator code together in a framework.
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
Nonetheless,the build finishes with the following, rather cryptic error:
CocoaODE:0: Undefined symbols:
How can I determine what these undefined symbols are? I've had a good
root round the various subdirectories of the build and I can't find
anything that logs the problem properly.
Garvin.
_______________________________________________
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.