Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 16 Weirdness #50

Open
3DTOPO opened this issue Jun 21, 2024 · 4 comments
Open

Xcode 16 Weirdness #50

3DTOPO opened this issue Jun 21, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@3DTOPO
Copy link

3DTOPO commented Jun 21, 2024

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.

@3DTOPO
Copy link
Author

3DTOPO commented Dec 19, 2024

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:

MapKit super slow loading tiles stored on device

@merlos
Copy link
Owner

merlos commented Dec 20, 2024

It's weird.... I compiled OpenGPXTracker https://github.com/merlos/iOS-Open-GPX-Tracker today with XCode Version 16.2 (16C5032a) and I am not facing the issue.

:?

@3DTOPO
Copy link
Author

3DTOPO commented Dec 20, 2024

Hmm, interesting. For the result, I disabled any network downloading and used only cached tiles.

I have wrote my own simple caching class now and doesn't have the issue, so I'll probably just move on.

@merlos
Copy link
Owner

merlos commented Dec 21, 2024

Hmmm...Great. That did the trick. I was using the app in "standard" conditions.

@merlos merlos added the bug Something isn't working label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants