Ticket #83 (closed defect: fixed)
octype error of NSZone
| Reported by: | psychs@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.3 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
framework 'Cocoa'
class MyCell < NSCell
def copyWithZone(zone)
MyCell.new
end
end
NSApplicationMain(0, nil)
It should work well, but I got an error below.
test.rb:4:in `<class:MyCell>': unrecognized octype `{_NSZone=}' (RuntimeError)
from test.rb:3:in `<main>'
Change History
Note: See
TracTickets for help on using
tickets.

