xcode 调试崩溃后全屏卡住并重新启动仅限于用户
在 Xcode 中开发全屏应用程序时,系统在启动后冻结。重新启动系统,以以前的用户身份登录,什么也没有发生。卡在“屏蔽窗口”上,无法进行键盘输入。从另一台机器使用 ssh,在进程列表中找不到任何我可以杀死来更改结果的内容。怀疑该错误是由于获取和输出“CGShieldingWindowLevel”而产生的。 运行了所有磁盘实用程序都无济于事。到目前为止八个小时。请帮忙,非常感谢。
操作系统 10.4.1、Xcode 2.5
While developing fullscreen app in xcode, system froze after launch. restarted system, logged in as previous user and nothing happened. stuck on "shield window" with no possible keyboard input. used ssh in from another machine, found nothing in process list I could kill to change the result. Suspect that error spawned from getting and outputting "CGShieldingWindowLevel".
Have run the gamut of disk-utils to no avail. Eight hours so far. Please help, many thanks.
osx 10.4.1, xcode 2.5
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是说您开发了一个应用程序来取代登录屏幕或在您通过 GUI 登录时自动运行?
如果它从 GUI 运行 - SSH 会话应该允许您编辑用户设置或重命名/移动应用程序,这样它下次就不会运行。
我一直在为 Mac MINI 开发一个全屏应用程序 - 我通过 SSH 连接并让应用程序退出(告诉应用程序“X”退出),从 SVN 获取最新源代码,从命令行编译 XCode,复制应用程序到正确的位置,然后让 finder 启动新应用程序。
Are you saying that you developed an application that replaces the login screen or automatically runs when you login via the GUI?
If it runs from the GUI - an SSH session should let you either edit your user settings or rename/move the application so it won't run the next time.
I've been working on a fullscreen app for a Mac MINI - I connect via SSH and have the application exit (tell application "X" to QUIT), grab latest source from SVN, have XCode compile from the command line, copy the app to the correct location, then have finder launch the new app.