i try to use TBXML and getting this error
TBXML "class method +tbXMLWithURL not found"
I try as in the example
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
TBXML * tbxml = [[TBXML tbxmlWithURL:[NSURL URLWithString:@"http://www.w3schools.com/XML/note.xml"]] retain];
}