iOS - Constantly deleting Derived Data to fix code completion iOS - Constantly deleting Derived Data to fix code completion xcode xcode

iOS - Constantly deleting Derived Data to fix code completion


Try to:

  1. Change Always Search User Path to NO in Project build settings.
  2. Remove -objC flag Other Linker Flags (it is bolded so you can easily find it)

Then clean Derived data and wait a moment for Xcode to reindex. This is the only solution which stopped my nightmare (at least at the moment).