Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近丢弃了我的 Xcode 4.6.3 并从 App Store 下载了它的替代品。现在我无法通过“跳转到定义”上下文菜单访问定义符号。
我得到“未找到符号”;每时每刻!
有没有办法重新索引所有东西,所以 Xcode 4.6.3。知道吗?
我为 Xcode 7.3 做了什么:
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf project.xcworkspace
rm -rf xcuserdata
我的症状是即使对于 hello world 项目,所有“跳转到定义”都失败了。全部重置后,它又可以工作了^_^
要让 Xcode 为项目重建索引,您需要删除项目的 Derived Data。
从菜单栏中,选择“窗口”>“管理器”。在“管理器”窗口中,选择“项目”选项卡。在左侧列表中找到您的项目。单击项目的派生数据路径右侧的“删除...”按钮。