英文:
Xcode does not show window when opened from macOS dock
问题
当我尝试通过 macOS Dock 打开 Xcode 时,应用图标底部确实有一个点,但它并未打开任何窗口。所以我必须通过点击“文件” > “打开...”来打开窗口。
如果这不是正常情况,请告诉我如何修复它。
英文:
When I try to open Xcode via macOS Dock, there is a dot at the bottom of the app icon, but it isn't opening any windows. So I have to open the window by clicking File > Open...
If it isn't normal, then please tell me how to fix it.
答案1
得分: 1
我从未遇到过这个问题,但我找到了这个来源:https://discussions.apple.com/thread/3854586
"在Xcode 4中,选择窗口 > 欢迎 (或者按下命令 - shift - 1) 以打开欢迎窗口,该窗口提供了一个选项来创建新的Xcode项目。选择“当Xcode启动时显示此窗口”复选框,以在启动Xcode时打开欢迎窗口。"
英文:
I have never seen or had this issue, but I did find this source: https://discussions.apple.com/thread/3854586
"In Xcode 4 choose Window > Welcome (or command - shift - 1) to Xcode to open the welcome window that gives you an option to create a new Xcode project. Select the Show this window when Xcode launches checkbox to have the welcome window open when you launch Xcode."
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论