1

I am currently on XCode Beta Version 9.3 beta 2 (9Q107o. I am facing some issues with a particular project. Autocomplete seems to have broken for the project. Its working fine for other projects.

Can anyone please help. Can't seem to figure out.

Thanks

2 Answers2

1

Autocomplete working in Xcode is by no means guaranteed and definitely not for a beta. Try quitting everything, deleting your derived data, restarting your computer and if that doesn't work, go back to a supported version.

Alper
  • 3,424
  • 4
  • 39
  • 45
1

You can do as @Alper say, If it doesn't work. try restore Xcode to the default Settings ,than restarting your Xcode

This is the officially recommended way to delta Xcode preferences, type in Terminal.app: defaults delete com.apple.dt.Xcode That should restore Xcode to the state of its first launch.

(for older versions of Xcode the command was defaults delete com.apple.Xcode, i.e. without the dt in the middle).

liangju
  • 98
  • 1
  • 5