Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios6 mapkit error simulator

after updating to ios6 and running my app in ios6 Simulator i get following error:

   2012-09-24 16:58:47.988 Pigeons[628:c07] <GEOTileSource: 0x99aa380>: 
Error downloading     tiles Server Error: Error Domain=GEOErrorDomain Code=-204 "The operation couldn’t be completed. (GEOErrorDomain error -204.)" UserInfo=0x19989ff0 {UnderlyingErrors=(
    "Error Domain=GEOErrorDomain Code=-204 \"The operation couldn\U2019t be completed. (GEOErrorDomain error -204.)\""
)}

Has anyone got any idea why this error occurs. On device or older simulator the error doesn't occur.

Greetings, Jaco

like image 748
JsChoice Avatar asked Sep 24 '12 15:09

JsChoice


1 Answers

Seems this is just some internal problems downloading tiles from server for the new Apple maps. I also see similar errors, but they do not affect anything and are not related to your code.

like image 137
pronvit Avatar answered Oct 20 '22 20:10

pronvit