を実行して簡単な hotcocoa コードをコンパイルして実行することはできますが、自動生成された hotcocoa コードをレーキすることはできません。Mac OS X Lion と XCode for Lion を実行しています (ただし、hotcocoa には XCode を使用していません)。
これに対する解決策はありますか?
$ hotcocoa test
$ cd test
$ macrake
(in ./test)
ld: warning: ignoring file /Library/Frameworks//MacRuby.framework/MacRuby, file was built for unsupported file format which is not the architecture being linked (i386)
Undefined symbols for architecture i386:
"_macruby_main", referenced from:
_main in ccjW87h1.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/n7/tw8kvz501jf6w59dhxxnmxbr++++fn/T//ccsIOdx5.out (No such file or directory)
/bin/sh: ./Test.app/Contents/MacOS/Test: No such file or directory