在 XCode 版本 3.2.5 中查找显示为空白的项目窗口
我弄乱了 XCode 项目中的一些设置,现在每当我尝试在项目中查找文本时,查找器窗口都会显示为空白。我已经退出我的 XCode 并重新启动我的 Mac 多次,但这个问题仍然存在。这种行为非常奇怪,因为它只发生在特定项目中,而在项目的其余部分中它工作正常。请参阅屏幕截图以供参考。
I have messed up with some of the settings in my XCode project and now when ever I try to find a text in project the finder window is coming as blank. I have quit my XCode and restarted my Mac multiple times but still this problem persists. This behavior is quite weird as it is happening only in a particular project and in rest of the project it is working fine. Please see the screen shot for the reference.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此问题仅与一个项目有关,可能与项目设置有关:
您应该尝试移动/删除这些文件:
YourProject.xcodeproj/.*
(如果我没记错的话) ,
.pbxuser
/.perspectivev3
文件跟踪打开的文件等内容...和窗口大小...)This problem being related to one project only, might be related to project settings :
You should try moving / deleting these files :
YourProject.xcodeproj/<USERNAME>.*
(if I remember well,
.pbxuser
/.perspectivev3
files keeps tracks of stuff like opened files... and windows sizes...)完全关闭 Xcode,然后在项目文件夹中
启动 Xcode 并享受。
参考:http://mindtn.com/FunWithTech/?p=3
Close Xcode completely and in your project folder,
Start Xcode and enjoy.
Reference: http://mindtn.com/FunWithTech/?p=3