Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.4 + MacRuby = "macruby.h not found" (OS X 10.8 Mountain Lion)

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:

"macruby.h not found"

How to resolve this problem?

like image 455
user456584 Avatar asked Jul 26 '12 21:07

user456584


1 Answers

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

Screenshot

like image 54
Bo A Avatar answered Oct 29 '22 09:10

Bo A