I'm using Xcode 13.4.1 on macOS Monterey 12.4. While coding some method, I have got auto completion and then mouse pointer starts loading and Xcode is not responding and it is happening every time. I don't know the reason. If you check the screenshot I'm writing a method called getUserInfo
, it is working until I type getUserInf
and now Xcode shows that auto completion of provideImageData
method which is not required to me. As per my naming, I need to enter o
character to complete method name, as soon as I enter o
character, mouse pointer starts loading and Xcode not responding. I know this is weird but it is happening every time.
Xcode 13.4.1 not responding for some auto completion
Facing same issue on collectionView's delegate sizeForItemAt auto-complete, really frustrated by this infinite loader behavior, @banuharshavardhan found any solution yet?