切换文件时 Xcode 速度变慢

问题描述 投票:0回答:2

这是我多年来一直遇到的问题。这不是问题,因为我只是偶尔使用 Xcode,但现在我开始为 iOS 开发,它就更重要了。

在处理项目时,无论我使用哪种语言,文件之间的切换至少需要 2 秒。在选项卡之间切换时不会出现该问题。

我在 2011 年的旧 MacBook Pro 13" 上遇到了这个问题,在我的新 16"(导入了 TimeMachine)上也出现了这个问题。我的朋友仍在开发 2011 款 13 英寸,但没有遇到同样的问题,而且我在互联网上找不到任何有此问题的人。

我已经卸载了 Xcode 并删除了所有“背景文件”(按照以下说明操作:如何完全卸载 Xcode 并清除所有设置),没有注册开发者帐户,Xcode 中没有自定义主题,macOS 控制台仅显示三个小错误,这是以防万一:

Xcode   NSURLConnection finished with error - code -1100
usernoted   Legacy client com.apple.dt.Xcode connecting to modern client. You can't mix modern clients with legacy clients. <ClientConnect: 0x00007fc0cb61d140 identifier: com.apple.dt.Xcode pid: 50787 type: Application>
usernoted   Push Client com.apple.dt.Xcode registered push with environment production with types 4, cloudkit: 0
tccd    {ID: com.apple.dt.Xcode, PID[50787], auid: 503, euid: 503, binary path: '/Applications/Xcode.app/Contents/MacOS/Xcode'} attempted to call TCCAccessRequest without the com.apple.private.tcc.manager.check-by-audit-token entitlement
xcode macos
2个回答
0
投票

对于遇到同样问题的人,我通过使用 AppCleaner 卸载 XCode 然后重新安装来修复它。该应用程序可能删除了我找不到的文件。


0
投票

实际的解决方案是这里提到的两个技巧:

https://developer.apple.com/forums/thread/87699

(1)Mac设置双击速度

(2)首选项->导航->注意“导航风格”、“导航”等四个选项

Apple 的编程通常非常糟糕;不关心最简单、最明显的事情。

© www.soinside.com 2019 - 2024. All rights reserved.