热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Xcode4.4+MacRuby=“macruby.hnotfound”(OSX10.8MountainLion)

IgetthefollowingerrorwhentryingtorunabasicHelloworldapplicationinMacRubyonXcode4

I get the following error when trying to run a basic "Hello world" application in MacRuby on Xcode 4.4 in OS X 10.8 Mountain Lion:

尝试在OS X 10.8 Mountain Lion中的Xcode 4.4上的MacRuby中运行基本的“Hello world”应用程序时出现以下错误:

"macruby.h not found"

“找不到macruby.h”

How to resolve this problem?

如何解决这个问题?

2 个解决方案

#1


18  

Try adding /Library/Frameworks to the framework search path. Make sure you tick the checkbox as well.

尝试将/ Library / Frameworks添加到框架搜索路径。一定要勾选复选框。

Screenshot

#2


0  

Another way to solve this is add a symbolic link in Xcode default searching path for MacRuby.

解决此问题的另一种方法是在MacRuby的Xcode默认搜索路径中添加符号链接。

Open Terminal and insert command:

打开终端并插入命令:

sudo ln -s /Library/Frameworks/MacRuby.framework \ /Applications/Xcode.app/Contents/Developer/Library/Frameworks/MacRuby.framework

sudo ln -s /Library/Frameworks/MacRuby.framework \ /Applications/Xcode.app/Contents/Developer/Library/Frameworks/MacRuby.framework


推荐阅读
author-avatar
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有