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