调试会话启动时,Xcode项目强制关闭
问题描述:
按(右箭头)按钮,开始调试会话,关闭我的项目窗口,而不是启动一个会话
Pressing the (Right Arrow) button, to begin a debug session, closes my project window rather than starting a session.
由于某些原因,将鼠标悬停在按钮的右下角,然后按住该按钮,即可开始调试会话,而不会强行关闭我的项目窗口。
For some reason, hovering over the lower-right corner of the button, and pressing there, starts a debug session without forcibly closing my project window.
答
这是一个Xcode bug,人们已经知道了。当您以全屏模式运行Xcode时,会发生这种情况。 X(关闭按钮)实际上位于运行按钮上方,但不可见。现在的简单修复只是为了运行窗口而不是全屏。
It's an Xcode bug people know about already. It happens when you run Xcode in full screen mode. The X (close button) actually sits above the run button but invisibly. The easy fix for now is just to run it windowed and not in full screen.