Ios6 mapkit error simulator

after upgrading to ios6 and running my application in iOS6 Simulator, I get the 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 understood why this error occurs. On the device or the senior simulator, an error does not occur.

Hi Jaco

+6
source share
1 answer

It seems that these are just some of the internal problems downloading plates from the server for new Apple cards. I also see similar errors, but they do not affect anything and are not related to your code.

+8
source

Source: https://habr.com/ru/post/926116/


All Articles