在 XCode 版本 3.2.5 中查找显示为空白的项目窗口

发布于 2024-11-09 13:43:52 字数 206 浏览 0 评论 0原文

我弄乱了 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. enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你是年少的欢喜 2024-11-16 13:43:52

此问题仅与一个项目有关,可能与项目设置有关:

您应该尝试移动/删除这些文件: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...)

阳光①夏 2024-11-16 13:43:52

完全关闭 Xcode,然后在项目文件夹中

  1. 右键单击“projectname.xcodeproj”文件。
  2. 在下拉菜单中,选择显示包内容。
  3. 删除“用户名.mode1v3”文件。

启动 Xcode 并享受。

参考:http://mindtn.com/FunWithTech/?p=3

Close Xcode completely and in your project folder,

  1. Right-click on 'projectname.xcodeproj' file.
  2. On the drop down menu, select show package contents.
  3. Delete 'username.mode1v3' file.

Start Xcode and enjoy.

Reference: http://mindtn.com/FunWithTech/?p=3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文