Application crashed while importing songs from Ipod library in iPhone for iOs 5.0

I have solved this issues,

just comment out this line

 fileName = [[fileName stringByAppendingString:@"-"] stringByAppendingString:[item valueForProperty:MPMediaItemPropertyArtist]];

because for some songs there is null artist so it’s crash……………….

Leave a Comment