編譯xcode
項(xiàng)目,出現(xiàn)以下錯(cuò)誤:
Build service could not create build operation: unknown error while handling message: MsgHandlingError(message: "unable to initiate PIF transfer session (operation in progress?)")
解決:
刪除.xcworkspace
、Pods
,重新pod install
。