Build service could not start bu

2022-03-28  本文已影响0人  起床赚钱了

编译xcode项目,出现Build service could not start build operation: internal error: failed to send the system info to the build service错误。

尝试过的方案:

1.等待xcode indexing加载完成,编译(失败)
2.重启xcode和mac(失败)
3.Command + Shift + K或者Product > Clean Build Folder,在重启xcode(失败)
4.删除/Users/xxx/Library/Developer/Xcode/DerivedData,重启xcode(失败)

解决:

删除xcworkspace、Podfile.lock、Pods,重新pod install。

上一篇 下一篇

猜你喜欢

热点阅读