Error adding AppKit framework in iphone app

I want to import to my iphone application, but I know this framework is not available in iphone sdk, but I need to use NSfileWrapper class in this structure, this class is also available in UIKit or other frames available in iphone sdk, thanks

0


source to share


1 answer


No, NSFileWrapper is not available on iPhone. Just adding a framework that the iPhone doesn't have won't do you anything either. Your application is very limited on the iPhone in terms of file access, and you basically have to use the classes and methods provided by the iPhone Foundation.



+4


source







All Articles