iphone - Cocoa/Cocoa.h file not found -


i using xmppframework in application. have imported cocoa/cocoa.h in .m file. when build project xcode shows error.

error: "cocoa/cocoa.h file not found".

how can solve error?

if you're building ios shouldn't #import <cocoa/cocoa.h>. header exists on os x. ios need include various framework headers directly (e.g., #import <uikit/uikit.h>).


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -