“XCBBuildService”意外退出。遇到了好几次了。记录下。
一、错误显示如下
Xcode工程编译错误之iOS开发之The Xcode build system has crashed. Please close and reopen your workspace
二、解决方案
1. 删除DerivedData
2. 参照上面的链接设置:File -> Workspace Settings -> Build System -> Legacy Build Sysem
3. 关闭xcode重新打开