XVim
XVim copied to clipboard
Xcode 8 hangs as soon as I click the code with the mouse
Description
As soon as I click the source code, Xcode 8 beta 8S128d
hangs.
Operation
Basically clicked the source code (visual or insertion mode seems to hang it)
Expected behaviour
Shouldn't hang
Environments
- Xcode Version [8.0 beta ]
- XVim branch and revision [ master ]
- Keyboard Language [ Us-en ]
- Input source language [ ]
Crash log (if any)
[Huge Log](https://gist.github.com/Goles/5662a87689636892a25295d08f1e0dd4)
+1 Have same bug, with GM
I've had the same problem and it seems that I managed to solve it.
Right after I click on the editor, my Activity Monitor shows a tccd
process taking around 50% of the CPU usage.
So I investigate on this and it seems to be linked with the authorization to access the user's AddressBook.
So I went to System Preferences->Security & Privacy->Contacts
and uncheck Xcode.app. Then, I restart Xcode and it works like a charm !! \o/
WAT. Going to check it in short. Thanks for sharing!
I had this issue when I ran Xcode 8.0 before I installed XVim and then pressed escape a couple of times. "git diff" showed the lines with the escapes on it. XCode afterwards beachballed me once I moved over a line with the escape in it.
Fix was: git diff, remove the escapes. All fine since.
@FredericRuaudel The workaround worked for me. You saved my productivity for the week! 💯