This provided http://www.tbxml.co.uk/TBXML/Guides.html Guides doesnt work for me on Xcode4, iOS 5 SDK with ARC. Who has real/tested sample?
Asked
Active
Viewed 606 times
0
-
Probably you need to disable ARC for the TBXML files. http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project – Shmidt Feb 21 '12 at 13:38
-
ARC is walkaround. P.S After copy/paste this code --> TBXML * tbxml = [TBXML tbxmlWithURL:[NSURL URLWithString:@"http://www.w3schools.com/XML/note.xml"]]; there is error "No known class method for selector tbxmlWithURL" – ksprs8 Feb 21 '12 at 16:28
-
No, I don't know. Btw, why don't you want to try another parser? – Shmidt Feb 21 '12 at 17:34