Cannot export symbols from a framework
Cannot export symbols from a framework
- Subject: Cannot export symbols from a framework
- From: Paul Forgey <email@hidden>
- Date: Sun, 27 Mar 2005 13:55:16 -0800
I'm building a private framework for my application. I used default
settings in XCode when creating the framework project, except the
installation path is set to @executable_path/../Frameworks. I've
created the exports file and set the link settings to use it. My host
application has the framework properly referenced and has the copy file
build step, all according to Apple's documentation on this. I can
verify the host application's bundle does contain the framework.
Because these are ZeroLink debug builds, none of the symbols attempt to
be resolved until they are actually called. If any symbol from my
framework is referenced, I get a SIGABORT at run time when the lazy
symbol dereferencer fails to locate it.
What did I likely forget?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden