編譯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。