What command to issue?,
September 10, 2009 at 10:14 PM
What command should I issue after writing these 3 files?
gcc -o MC main.m or gcc -o MC MyClass.m
I am getting "...Foundation/NSObject.h: No such file or directory...cannot find interface declaration for NSObject..." when I execute above commands. Both errors are from MyClass.h file. Someone please help!