[MacRuby-devel] [MacRuby] #305: boilerplate hotcocoa project crashes
Vincent Isambart
vincent.isambart at gmail.com
Fri Aug 7 20:55:06 PDT 2009
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
More information about the MacRuby-devel
mailing list