Search code examples
iosreact-nativecocoapodsxcode15

Xcode 15 build error "unable to initiate PIF transfer session (operation in progress?)"


Showing Recent Messages

Build service could not create build operation: unknown error while handling 
message: MsgHandlingError(message: "unable to initiate PIF transfer session 
(operation in progress?)")

I have read out this question which is the exact copy of this.but every time I install pod it through this error. deleting derived data every time is not to be the best solution. looking for some other solution.


Solution

  • You can try restart the XCode. I don't know but i tried

    1. Restart Xcode
    2. flutter clean && flutter pub get && pod install

    It start working as normal.