Re: Circular confusion with Cocoa bundles
Re: Circular confusion with Cocoa bundles
- Subject: Re: Circular confusion with Cocoa bundles
- From: Mark Dalrymple <email@hidden>
- Date: Thu, 1 Jul 2004 12:39:44 -0400
If I don't include BWTrackerPlugin.m in the plugin target, I get this
build error:
ld: Undefined symbols:
.objc_class_name_BWTrackerPlugin
ok for -bundle_loader in the ld man page and in the Masamam archives.
It's what you're looking for probably.
Thank you! That gave me the shove necessary to find "-undefined
dynamic_lookup" to add to the OtherLinkerFlags setting of the plugin.
It also requires the Mac OS X Deployment Target to not be 10.1 (which
is fine by me for this app)
Now no link or runtime errors. Happiness abounds.
++Mark Dalrymple, email@hidden.
http://borkware.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.