#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/>