42
42

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcodeビルド高速化

Last updated at Posted at 2015-02-18

他にもあれば教えて下さい。

並列ビルド

$ defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 7 

インデキシングを解除

$ defaults write com.apple.dt.Xcode IDEIndexDisable 1

元に戻す

$ rm -rf ~/Library/Caches/com.apple.dt.Xcode
$ defaults delete com.apple.dt.Xcode IDEIndexDisable  
$ defaults write com.apple.dt.Xcode IDEIndexEnable 1

依存関連のビルドを解除

Edit Schema > Build OptionsのFind Implicit Dependenciesのチェックをはずす

42
42
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
42
42

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?