Re: Problems making a framework (was tabbed class like Safari)
Re: Problems making a framework (was tabbed class like Safari)
- Subject: Re: Problems making a framework (was tabbed class like Safari)
- From: James DiPalma <email@hidden>
- Date: Sun, 20 Nov 2005 16:33:12 -0800
This application is not linking with its framework. At run time,
EXCustomTabView was null which should not be, but with zero link
turned on, Xcode will compile and run this application. At run time,
this NSLog prints this message:
NSLog(@"awake %@", [EXCustomTabView class]);
2005-11-20 13:01:22.817 NemoTabApp[24917] awake (null)
Turning zero link off, results in a link error for an undefined symbol.
I dragged "nemoTabFM.framework" from
NemoTabApp/Frameworks/Linked Frameworks/
to
NemoTabApp/Targets/NemoTabApp/Link Binary with Libraries/
-jim
_______________________________________________
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