Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试在 OS X 10.8 Mountain Lion 的 Xcode 4.4 上的 MacRuby 中运行基本的“Hello world”应用程序时出现以下错误:
“找不到 macruby.h”
如何解决这个问题?
尝试添加/Library/Frameworks到框架搜索路径。确保您也勾选了该复选框。
/Library/Frameworks
解决此问题的另一种方法是在 MacRuby 的 Xcode 默认搜索路径中添加符号链接。
打开终端并插入命令:
sudo ln -s /Library/Frameworks/MacRuby.framework \ /Applications/Xcode.app/Contents/Developer/Library/Frameworks/MacRuby.framework