4

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?

Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136

3 Answers3

3

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.

Binarian
  • 12,296
  • 8
  • 53
  • 84
Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
1

enter image description here

select Suggest completions while typing in Xcode preferences

Binarian
  • 12,296
  • 8
  • 53
  • 84
Jagveer Singh
  • 2,258
  • 19
  • 34
1

Make sure your target is compatible with Xcode 6.3.

Select your project target and go to project document and check project format

enter image description here

amit soni
  • 2,183
  • 1
  • 14
  • 17