Loadable bundles and common files
Loadable bundles and common files
- Subject: Loadable bundles and common files
- From: Christian Schneider <email@hidden>
- Date: Mon, 8 Nov 2004 11:25:21 +0100
Hi list,
I'm in the process of cleaning up a larger application. As the app
consists of four major components I wanted to put each of these
components in a separate, loadable bundle.
So far, I converted two of the components and they work fine, if I
include only one of them in the application package; however, if both
are included I am getting weird errors such as a SIGTRAP in a class
included in both of the bundles.
Is it possible that the fact that both bundles use code from the main
app causes problems; I didn't get round to making all the frameworks I
need.
>From that follows my question:
How can I organise my code so that I can have - on the one hand -
multiple frameworks (in separate XCode projects) that are embedded in
my main app and - on the other hand - loadable bundles that make use
of those frameworks? Do the frameworks have to be copied into the
bundles as well or if not how do I specify the path to them.
Best regards
chris
_______________________________________________
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