Swift SourceKitService Crashed

前端 未结 2 1820
礼貌的吻别
礼貌的吻别 2021-02-03 21:33

I have a Swift project using Core Data and the generated code for saveContext() is causing Xcode to crash with the SourceKitService Crashed error. When I comment it

相关标签:
2条回答
  • 2021-02-03 22:10

    I would work on various projects and continually get this error, sometimes to the point where Xcode became unusable. I eventually solved the problem by quitting Xcode, emptying out the ~/Library/Developer/Xcode/DerivedData folder, and then reopening the project.

    0 讨论(0)
  • 2021-02-03 22:12

    Apple solve this crash Version: 6.1.1

    What's New in Version 6.1.1

    Includes SDKs for OS X 10.10 Yosemite, OS X 10.9 Mavericks, and iOS 8.1

    • Fixes common causes of SourceKit crashes when working with Swift
    • Additional bug fixes and stability improvements
    

    https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12

    also you can solve this using delete your project from following path

    ~/Library/Developer/Xcode/DerivedData

    0 讨论(0)
提交回复
热议问题