Xcode Crashes with Assertion Failure in SourceCache

后端 未结 2 1907
一向
一向 2021-01-19 04:33

I am getting following error when I try to edit any file in my project.

ASSERTION FAILURE in /SourceCache/IDEFoundation/IDEFoundation-943/Framework/Classes/         


        
相关标签:
2条回答
  • 2021-01-19 05:30

    This is solved now. This was due to missing repository in XCode. I had to go to Organizer -> Repositories and press + button in bottom left corner to add repository. After which my project is compiling very well. Thanks Horst for your effort though.

    0 讨论(0)
  • 2021-01-19 05:37

    Read-only source/plist/project files had been the root cause for the same problem with my Xcode. You may just verify that all files in your project folder are writable.

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