How I can solve Terminated due to Memory Error
问题 I am using MKMapView in my big project . when I load a lot annotation (over 700) and I draw line between those points on MapKit , I am getting xcode error message "Terminated due to memory error" and app is crashing . you can see on image: . I am adding line like this : if I have less than 700 annotation , it's working very well . I am thinking it's have some memory problem . How can I solve this problem ?any advice . // adding annodation for (int i=0; i<[fetcher.locations count]; i++)/