Skip navigation.
 
mlRe: App delegate in library isn't noticed
FROM : David Dunham
DATE : Fri Jan 25 19:04:23 2008

On 25 Jan 2008, at 07:55, ° wrote:

>> 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.



No, it's off everywhere I could see (project and target settings of 
both application and library).

Nor does it make any sense to strip Objective-C classes, does it? You 
could require them at runtime.

David Dunham
Voice/Fax: 206 783 7404            http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein

Related mailsAuthorDate
mlApp delegate in library isn't noticed David Dunham Jan 24, 08:25
mlRe: App delegate in library isn't noticed David Dunham Jan 24, 18:29
mlRe: App delegate in library isn't noticed ? Jan 25, 16:55
mlRe: App delegate in library isn't noticed David Dunham Jan 25, 19:04