Projects

Ticket #464 (closed defect: fixed)

Opened 2 years ago

Last modified 22 months ago

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

Changed 22 months ago by martinlagardette@…

Hi!

It looks like it works for me. Could you try with a recent nightly?  http://www.macruby.org/files/nightlies/

Thanks!

Changed 22 months ago by martinlagardette@…

  • status changed from new to closed
  • resolution set to fixed

Changed 22 months ago by martinlagardette@…

  • milestone set to MacRuby 0.6
Note: See TracTickets for help on using tickets.