Can someone at Apple vibe-code their way into this not being an app-modal window that prevents me from doing any work until it completes?
@marcoarment it still happens in the background if you hit cancel
@gklka @marcoarment the modal is for the 'build and run' action, not the cache copying 🤡
@stroughtonsmith @marcoarment So many wasted hours of my life...
@stroughtonsmith @marcoarment So hitting the modal kicks off the symbol copy, but then it continues if you cancel? This broke my brain, thank you!
@Timschmitz @marcoarment yeah I believe you can also kick off the symbol copy from the Devices window, which is where progress is usually shown. It's the build-and-run that's modally dependent on that process having finished

@stroughtonsmith @marcoarment Late to this, but I was just playing around with Godot (open-source game engine) and ran into a similar situation. Look how much better Godot handles it (I’ve just clicked Close, which is offered in addition to Cancel).

This is not a difficult UI problem to solve.