XCode 6 GM: Constantly freezing / locking while editing Swift code

后端 未结 3 1308
北恋
北恋 2021-01-18 21:11

Since installing XCode 6 GM, it has been freezing and locking, showing the spinning wheel of death while I attempt to edit code that has syntax errors. Has anyone else seen

3条回答
  •  走了就别回头了
    2021-01-18 21:35

    You should look if you have any imports missing in your bridging header file. Sometimes even commented out imports will cause this behaviour. For me it was commented out Pixate Freestyle Cocoa Pod. I had to remove pod completely from my project to stop SourceKitService from crashing.

    https://stackoverflow.com/a/25173389/527539

提交回复
热议问题