Search code examples
iosobjective-cxcodeswiftxcode7.3

Xcode 7.3 class file searching is not available when we import any file


Facing issue in Xcode 7.3 with autocomplete list of class files.

enter image description here

In Xcode 7.2 displays whole list of classes as we start typing.

like : #import "Data"

Xcode 7.3 class file searching is not available when we import any file

What should be the issue? Is it a bug?


Solution

  • I just found the problem. Issue is all about the derived data folder. I have just deleted the derived data from the Mac.

    Find derived data location from Xcode > Preferences

    Derived Data Location

    /Users/__USERNAME__/Library/Developer/Xcode

    After that I restarted the Xcode! Bingo! It's working fine.