編譯xcode
項目,出現以下錯誤:
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
。
編譯xcode
項目,出現以下錯誤:
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
。