App delegate in library isn't noticed
∞
me at infinite-labs.net
Fri Jan 25 07:55:59 PST 2008
Il giorno 24/gen/08, alle ore 18:29, David Dunham ha scritto:
> Are the Cocoa classes from the library getting stripped from the
> build? (The app is primarily C++.) I didn't see any settings that
> would do that.
If you have dead code stripping turned on, then it's possible that a
thing like this could happen -- just a dummy reference, like
[AppDelegate class], should do the trick.
- ∞
More information about the MacOSX-dev
mailing list