[MacRuby-devel] Strange NSDate behavior building 32 bit v 64 bit

Vincent Isambart vincent.isambart at gmail.com
Sun Jan 30 20:49:03 PST 2011


> 1. Modified the Valid Archetectures to "i386 x86_64"

There's a simple way to run macruby (or any other program) on the
command line in 32 bits: just add "arch -i386" before the name of the
program to execute:
$ macruby -v
MacRuby 0.9 (ruby 1.9.2) [universal-darwin10.0, x86_64]
$ arch -i386 macruby -v
MacRuby 0.9 (ruby 1.9.2) [universal-darwin10.0, i386]


More information about the MacRuby-devel mailing list