#1000: Xcode fails to load bridgesupport file automatically for user created framework ----------------------------------+----------------------------------------- Reporter: al_skipp@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: bridgesupport | ----------------------------------+----------------------------------------- Changes (by mattaimonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: {{{ $ macirb --simple-prompt
framework File.expand_path('BlockFrameworkTest.framework') => true b = TestBlock.new => #<TestBlock:0x200bf5680> b.callBlock Proc.new{puts 'hello world'} 2010-11-17 09:22:22.922 macruby[26072:903] block: <__NSStackBlock__: 0x7fff5fbf8e20> hello world => #<TestBlock:0x200bf5680> MACRUBY_VERSION => "0.8" MACRUBY_REVISION => "git commit f2e31918601eb80aed8b9ee59625865d46e13db7" }}}
I'm on trunk and as you can see, it's working fine here. Can you try to install a nightly build and give it a spin? Thanks, - Matt -- Ticket URL: <http://www.macruby.org/trac/ticket/1000#comment:2> MacRuby <http://macruby.org/>