You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm noticing some odd behavior using Xcode 16 beta.
(1) sometimes not all the tiles load. The view just needs to be moved for them to load. But, as it is, the view can be incomplete.
(2) sometimes caching seems to go berserk. Even after the view is loaded and remains static, I see caching logs go on and on for some time. When this happens, changing the view can cause blank spots until the caching catches up or whatever.
I don't recall this behavior before.
The text was updated successfully, but these errors were encountered:
Note that for me, MapCache is now completley unusable. It can take up to close a minute for cached tiles to load, while a simple tile class does not have the issue. See this post, I was using MapKit when this issue occurred:
I'm noticing some odd behavior using Xcode 16 beta.
(1) sometimes not all the tiles load. The view just needs to be moved for them to load. But, as it is, the view can be incomplete.
(2) sometimes caching seems to go berserk. Even after the view is loaded and remains static, I see caching logs go on and on for some time. When this happens, changing the view can cause blank spots until the caching catches up or whatever.
I don't recall this behavior before.
The text was updated successfully, but these errors were encountered: