On 13.11.2008, at 19:06, Salai Khine wrote:
Dear All,
I am very new with MacOSX and Textmate(1.5.7). I write with TextMate simple HelloWorld in C.
#include <stdio.h> int main() { prinft("hello world"); return 0; }
When I run the code. I always get this error.
xcodebuild: Error: the directory /Users/koko/Documents/MNP does not contain an Xcode project.
Did you set the language grammar of the doc to C (status bar) ?
--Hans