Hi
i have one pb.
i can build and run my app but it crash
if i commented this :
[xmlParser setDelegate:self]
my app is lauching but dont work
this is my code
Code:
users =[[NSMutableArray alloc] init];
NSURL *xmlUrl = [NSURL URLWithString:@"http://******.xml"];
xmlParser =[[ NSXMLParser alloc] initWithContentsOfURL:xmlUrl];
[xmlParser setDelegate:self];
[xmlParser parse];
this my message from debugger
010-08-09 22:31:37.764 Projet[1103:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSMutableArray insertObject:atIndex:]: attempt to insert nil object at 0'
new error mess
class 'ProjetViewController' does not implement the 'NSXMLParserDelegate' protocol