Xcode 5.1 constantly indexing cmake generated project -



Xcode 5.1 constantly indexing cmake generated project -

i generated xcode c++ project using cmake -gxcode generator, , works great — except xcode indexing project.

i've tried regenerating scratch.

i've tried defaults write com.apple.dt.xcode ideindexdisable 1, works xcode 4, seems have no effect on xcode 5.1.

if forget save (or build) while, may finish indexing. nail save shortcut key combination compulsively while editing, , saving less not great way avoid this. obviously, building unavoidable.

it's slowing downwards scheme , making borderline unusable. tips appreciated.

xcode cmake xcode5

Comments