Quote:
Originally Posted by mxweas
Here is what is going on with NSXML:
NSXMLDocument has been removed from the SDK because it is processor intensive. NSXMLParser has been left over. If you try using NSXMLDocument on the simulator it will work fine because the simulator uses the standard Cocoa Foundation classes. But as soon as you build for the device NSXMLDocument will not function.
Max
|
Thanks for the explanation.