TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Xcode Window Management on Multiple Monitors Sucks Any Solutions?

1 pointsby ptliddle8 months ago
I know there have been previous threads on macOS sucking for window management especially across multiple monitors, and this isn&#x27;t to rehash that.<p>There is one very specific issue that I swear sucks hours of productivity from me every week. I use three monitors and have multiple apps open across all of them, often including multiple browser windows along with other development apps such as IDEs, AI chat, etc.<p>The biggest issue that drives me crazy is when I have a couple of projects open in Xcode. I usually need to reference code from one project while writing another or run two projects simultaneously (front and backend). If I put an Xcode window on one monitor and bring it to the front, then click on Xcode on another monitor to bring it to the front, the Xcode window on the previous monitor decides to dive to the back behind all my other windows. It then takes me a minute or two to find it again every time I need to reference it. This is really irritating when I&#x27;m trying to look at code for, say, an endpoint that I&#x27;m talking to from a frontend client, and it suddenly disappears.<p>Has anyone else experienced this issue and, more importantly, found a fix?

1 comment

ptliddle8 months ago
So i eventually solved my own problem after some searching and inferring. It seems kind of obvious now but if you have your app&#x27;s Assign to set to &quot;All Desktops&quot;it causes this behavior. This fix is to set assign to, to none and everything seems to behave as i would expect.