Skip to content

禁用Xcode的index(索引服务)功能 #21

Open
@v5tech

Description

@v5tech

使用Xcode打开一些体积较大的工程时,会一直停留或卡在indexing阶段,在终端使用下面的命令禁用index(索引服务)。

  • turn off Indexing 禁用index(索引服务)功能
sudo defaults write com.apple.dt.XCode IDEIndexDisable 1
  • turn Indexing on 开启index(索引服务)功能
sudo defaults write com.apple.dt.XCode IDEIndexDisable 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions