[MacRuby] #698: addressBook framework doesn't get load
#698: addressBook framework doesn't get load ------------------------------------+--------------------------------------- Reporter: seanlilmateus@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: addressBook ------------------------------------+--------------------------------------- when I try to run the code below in Textmate e.g, the "AddressBook framework" doesn't get load, others framework seems to work; It works with Macirb. Xcode projects have also problem with the "AddressBook framework"! it used to work with macruby 0.5, now it begins to run and break with: ''"`block': uninitialized constant Controller::KABFirstNameProperty (NameError)" '' #!/usr/local/bin/macruby framework 'AddressBook' -- Ticket URL: <http://www.macruby.org/trac/ticket/698> MacRuby <http://macruby.org/>
#698: addressBook framework doesn't get load ------------------------------------+--------------------------------------- Reporter: seanlilmateus@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: addressBook ------------------------------------+--------------------------------------- Description changed by martinlagardette@…: Old description:
when I try to run the code below in Textmate e.g, the "AddressBook framework" doesn't get load, others framework seems to work; It works with Macirb.
Xcode projects have also problem with the "AddressBook framework"! it used to work with macruby 0.5, now it begins to run and break with: ''"`block': uninitialized constant Controller::KABFirstNameProperty (NameError)" '' #!/usr/local/bin/macruby
framework 'AddressBook'
New description: when I try to run the code below in Textmate e.g, the "AddressBook framework" doesn't get load, others framework seems to work; It works with Macirb. Xcode projects have also problem with the "AddressBook framework"! it used to work with macruby 0.5, now it begins to run and break with: {{{ ''"`block': uninitialized constant Controller::KABFirstNameProperty (NameError)" '' }}} {{{ #!ruby #!/usr/local/bin/macruby framework 'AddressBook' }}} -- -- Ticket URL: <http://www.macruby.org/trac/ticket/698#comment:1> MacRuby <http://macruby.org/>
#698: AddressBook framework doesn't load in TextMate ------------------------------------+--------------------------------------- Reporter: seanlilmateus@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: addressBook ------------------------------------+--------------------------------------- Description changed by martinlagardette@…: Old description:
when I try to run the code below in Textmate e.g, the "AddressBook framework" doesn't get load, others framework seems to work; It works with Macirb.
Xcode projects have also problem with the "AddressBook framework"! it used to work with macruby 0.5, now it begins to run and break with: {{{ ''"`block': uninitialized constant Controller::KABFirstNameProperty (NameError)" '' }}} {{{ #!ruby #!/usr/local/bin/macruby
framework 'AddressBook' }}}
New description: When I try to run the code below in Textmate e.g, the "AddressBook framework" doesn't load, others framework seems to work; It works with Macirb. {{{ #!ruby #!/usr/local/bin/macruby framework 'AddressBook' }}} Xcode projects have also problem with the AddressBook framework! it used to work with macruby 0.5, now it begins to run and break with: {{{ `block': uninitialized constant Controller::KABFirstNameProperty (NameError) }}} -- -- Ticket URL: <http://www.macruby.org/trac/ticket/698#comment:2> MacRuby <http://macruby.org/>
#698: AddressBook framework doesn't load in TextMate ------------------------------------+--------------------------------------- Reporter: seanlilmateus@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: addressBook ------------------------------------+--------------------------------------- Comment(by martinlagardette@…): Hi! The first bug (running the MacRuby script from TextMate) is surprising. I do not know yet what is happening there. The second Xcode bug is a know bug that has been fixed in trunk (0.7). To fix your problem, you can simply remove `AddressBook` from the linked frameworks, without forgetting to call `framework "AddressBook"` in `rb_main.rb` :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/698#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby