Failed #import <Foundation / NSXMLDocument.h>

I am going to use NSXMLElementin my project, so I tried

#import <Foundation/NSXMLDocument.h> 

but it gives an error: "There is no such file or directory." How can I enable this?

+5
source share
3 answers

Foundation/Foundation.h, , . Apple Objective-C, , Foundation.

0
0
source

All Articles