NSArchiver.h not found
I am using NSArchiver in my code to save some states... Everything is building fine on the simulator (sdk 2.2.1) until I wanted to build the code on the IpodTouch device (sdk 2.2.1).
I get this build error:
#import <Foundation/NSArchiver.h>
error: Foundation/NSArchiver.h, no such file or directory.
Could anyone please help me?
Thank you.
|