我遵循了以下步骤:
将MacRuby.
将hotcocoa
mkdir -p /path/to/my/projects/ cd /path/to/my/projects/
热可可nameofyourapp
但我知道这个错误:
/usr/bin/hotcocoa:18:in `<main>': Could not find RubyGem hotcocoa (>= 0)当我安装了热可可宝石(而不是mac宝石)时,我得到了以下错误:
/Users/jeremysmith/.rvm/gems/ruby-1.9.2-p180/gems/hotcocoa- 0.5.1/lib/hotcocoa/template.rb:20:in
`gsub!': invalid byte sequence in UTF-8 (ArgumentError)发布于 2011-08-14 19:26:39
我在ferrous26的帮助下解决了这个问题。我需要:
rvm使用系统
https://stackoverflow.com/questions/7058979
复制相似问题