[baseten-users] Newbie question on app in tutorial

Tuukka Norri tuukka.norri at karppinen.fi
Sun Nov 29 15:32:29 EET 2009


Hi!

Dany Wu kirjoitti 29.11.2009 kello 1.02:
> Here's the point where it stops, I have no idea what it means of course...

It looks like you might have not linked the application to BaseTenAppKit.framework. (See that the target's linking phase looks similar to this: http://basetenframework.org/downloads/images/Figure6.png)
The reason for having two separate frameworks is that the AppKit part of Cocoa requires various things from the window server and we also like to allow building such command line tools that don't require the user to be logged in on the console. Nowadays the linker allows libraries to be marked as weak, so we could have all the things in one framework but that would remove some compile-time error checking.
-- 
Best regards,
Tuukka Norri
MK&C





More information about the baseten-users mailing list