In any objective-c .m, .h file.
As I start typing in the editor.
- (void)setup {
abcdefghijklm
}As soon as I reach 'n' the editor will stop showing characters, freeze, and the spinning wheel displays.
After several seconds 'n' and subsequent things I've typed, done finally appears.
This started happening today (Monday, April 10th, 2017) in Xcode 8.3.0 after I added 5 new .framework files to our project.
I thought it might be indexing so gave it an hour or so to index.
It happens still after upgrading to Xcode 8.3.1.
I can't type.
It has gotten so bad that I am now writing objective-c in textedit and then copying, pasting code from textedit into Xcode.
I am going to fully delete and try re-installing Xcode (8.3.1) and see if that fixes anything.
No luck. After re-installing Xcode
When triggering autocompletion it takes a good 2+ seconds for Xcode to unlock and show suggestions.