iphone - Cannot find protocol declaration for 'NSPasteboardWriting' -


i getting error

cannot find protocol declaration 'nspasteboardwriting'

i have created class

#import <uikit/uikit.h> #import <foundation/foundation.h>  @interface errorlog : nsobject<nscoding, nspasteboardwriting, nspasteboardreading> {  }  @end 

can 1 tell me whether missing header file or whats reason that?

nspasteboardwriting available in mac os x v10.6 , later. check project setting(base sdk).


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -