I still don’t understand under what conditions Xcode will launch more than one copy of my in-development app (as indicated by its icon appearing twice in the Dock, both running) and how it might relate to SwiftUI previews, but I’m trying not to worry about it too much. #SwiftUWhy
@siracusa I think this is XCode spinning up a process for the live preview alongside the running debug version (or even multiple processes for live previews idk).
@siracusa tl;dr switching to manual preview refreshes should stop it?