vote up 1 vote down star

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.

flag

79% accept rate

3 Answers

vote up 3 vote down check

AppKit is not available on the iPhone, nor is NSIMage. You need to bring in UIKit and use UIImage.

link|flag
vote up 0 vote down

How do you go about doing that?

link|flag
go about doing what?? – zPesk Jul 6 at 2:34
its ok i know now what he means by "bring in" UIKit – yan bellavance Jul 6 at 3:58
vote up 0 vote down

Oh, I see, thanks!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.