[MacRuby] #456: Templates do not seem to load .rbo files from the .app package
#456: Templates do not seem to load .rbo files from the .app package ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ The default compile step puts .rbo files inside of the .app package; these files cannot be found by the application without a little tweaking. I've attached a naive patch to fix this; it's pretty simplistic, just requiring the .rbo files from rb_main. -- Ticket URL: <http://www.macruby.org/trac/ticket/456> MacRuby <http://macruby.org/>
#456: Templates do not seem to load .rbo files from the .app package ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Comment(by lsansonetti@…): If you create a new application with 0.5 beta 2 the rb_main.rb file should already be modified. In case you have an existing project created from an earlier version of MacRuby, the rb_main.rb file must indeed be tweaked. -- Ticket URL: <http://www.macruby.org/trac/ticket/456#comment:1> MacRuby <http://macruby.org/>
#456: Templates do not seem to load .rbo files from the .app package ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------+------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: It looks like I forgot to update the rb_main.rb files in the templates... I just fixed that in r3045. -- Ticket URL: <http://www.macruby.org/trac/ticket/456#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby