i used following method to rmove all objects from an NSMutableArray
[myData removeAllObjects];
but it gives an runtime error
here is the error
OrgProject(3934,0xa0719500) malloc: * error for object 0x5f5ca30: double free * set a breakpoint in malloc_error_break to debug Program received signal: “SIGABRT”
please help...