0

I'm implement a MKMapView app and it works fine but I'm getting this error every time I install the app on my device for testing.

enter image description here

on the console I don't see any errors it all. any of you knows why of the error or how can this be fix?

I'll really appreciate your help.

HelenaM
  • 1,807
  • 6
  • 30
  • 41
  • Check the Settings app to make sure you're allowing this app to use locations. – matt Jan 27 '14 at 02:18
  • Use the Map app to make sure this device _can_ determine your location. – matt Jan 27 '14 at 02:19
  • @matt as I mention the app works fine. Can find the location of the user and drop a pin with no issues is just the error pop up with no more information but that. – HelenaM Jan 27 '14 at 02:22
  • What are you doing that causes the alert to appear? – matt Jan 27 '14 at 02:29
  • Have you implemented the mapView:didFailToLocateUserWithError: delegate method? If so please provide the error. – Marco Jan 27 '14 at 02:32
  • @matt it was working with no errors until this morning. when start to showing up the error pop up. – HelenaM Jan 27 '14 at 02:43
  • @Marco Yes I did implement didFailToLocateUserWithError and I don't get any error it all – HelenaM Jan 27 '14 at 02:44
  • Does it help if you delete the app from the device and delete the app from DerivedData? – matt Jan 27 '14 at 03:03
  • You need to determine whether it is your code or the system that is presenting this message. Search your code to see whether you ever present a UIAlertView whose title is "Error". – matt Jan 27 '14 at 03:05

0 Answers0