8 Aug
2009
8 Aug
'09
3:55 a.m.
Hi,
When creating a boilerplate hotcocoa project, running macrake builds the project and creates the resultant foo.app file, however this .app file crashes and fails to start. (...) Any thoughts how to remedy? Work around: move the 'include HotCocoa' from the Application class to the toplevel
require 'hotcocoa' include HotCocoa class Application instead of require 'hotcocoa' class Application include HotCocoa