I need to use NSImage which appears need to be imported from <AppKit/AppKit.h>
. I have included the AppKit framework, and I do see AppKit.h
there. But I am still getting compilation error saying <AppKit/AppKit.h>
not found.
What I might missed ?
Thanks.