Ticket #765 (new defect)
framework is not supported in MacRuby static
| Reported by: | jazzbox@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby Later |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
$ cat test.rb framework 'Foundation' p NSGregorianCalendar
$ macruby test.rb "gregorian"
$ macrubyc -o test --static test.rb $ ./test framework: is not supported in MacRuby static (RuntimeError)
Commenting out the framework 'Foundation' results in a
./test.rb:4:in `<main>': uninitialized constant NSGregorianCalendar (NameError)
Change History
Note: See
TracTickets for help on using
tickets.

