I am new to Mac OS X development. In XCode/Cocoa developers environment each Objective-C projects starts with
#import <Cocoa/Cocoa.h>
It works fine but I am puzzled with Cocoa.h file location. There is no Cocoa.h file in Cocoa folder on my file system. I tried to "find / Cocoa/Cocoa.h" and "locate Cocoa/Cocoa.h" nothing was found.
Can anybody give me a hint on how and where compiler finds Cocoa.h header in above #import statement.
Thanks, Recovering Microsoft Addict
<>
and press ⇧⌘D (Open Quickly), then ⌘-click the new window's title bar to see where the file is or go to one of its ancestor directories. – Catiline