为什么我无法在 xcode 中构建 iPhone 应用程序?
嘿,这可能是一个简单的问题,但我无法在 xcode 中构建我的应用程序。构建和运行按钮以及断点和任务按钮不可单击。为什么会这样呢?
谢谢
Hey, This maybe be a simple question but I'm not able to build my app in xcode. The Build and run button along with the breakpoints and Tasks buttons are not clickable. Why is this so?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您已经构建并运行了该应用程序,并且调试器仍处于附加状态。转到
运行|停止。
You already built and ran the app, and the debugger is still attached. Go to
Run | Stop
.尝试使用
Shift-Cmd-R
(如果应用程序正在运行并且无论如何输出窗口之前都没有出现,这肯定会打开您的输出窗口)Try giving
Shift-Cmd-R
( this should definitely bring up your output window if the app is running and by any means the output window is not turning up previously )