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

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to