[MacRuby-devel] [MacRuby] #698: AddressBook framework doesn't load in TextMate (was: addressBook framework doesn't get load)
MacRuby
ruby-noreply at macosforge.org
Fri May 7 12:40:22 PDT 2010
#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/>
More information about the MacRuby-devel
mailing list