[MacRuby-devel] [MacRuby] #507: valueForKey(key) no longer working with NSManagedObject subclasses.

MacRuby ruby-noreply at macosforge.org
Mon Apr 19 17:49:22 PDT 2010


#507: valueForKey(key) no longer working with NSManagedObject subclasses.
-----------------------------------+----------------------------------------
 Reporter:  johnmacshea@…          |       Owner:  lsansonetti@…              
     Type:  defect                 |      Status:  new                        
 Priority:  major                  |   Milestone:                             
Component:  MacRuby                |    Keywords:  valueForKey, KVC, Core Data
-----------------------------------+----------------------------------------

Comment(by martinlagardette@…):

 Hi!

 Could you please try with the latest trunk by downloading the nightly
 build? (http://www.macruby.org/files/nightlies/)

 I remember hitting the issue, but after trying to reduce the code which
 worked, I checked again with your test project, and didn't have any
 problem with this in `Student.rb`:
 {{{
 #!ruby
 class Student < NSManagedObject
   attr_accessor :age
 end
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/507#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list