Ticket #464 (closed defect: fixed)
can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString"
| Reported by: | fonseka@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | MacRuby 0.6 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
Hi!
I'm on SL, latest Macbook Pro, latest XCode. Installed the latest nightly (via http://macruby.icoretech.org/).
Then I tried:
$ macirb > framework 'Cocoa' 2009-11-27 23:16:58.730 macruby[22645:903] Bundle /System/Library/Frameworks/Cocoa.framework raised exception during loading: undefined method `copy' for "NSLoadedClasses":NSMutableString => true
I found it weird, but since it returned true I decided to go on.
> NSUserDefaults.init NoMethodError: undefined method `copy' for "NSLoadedClasses":NSMutableString from core:in `framework:' from (irb):1:in `<main>' from core:in `eval:' from core:in `evaluate:'
Tried with other (older) nightly builds and keep having the same problem. Any hint?
Change History
Note: See
TracTickets for help on using
tickets.

