Ask

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

04 May 2023 · 263 ·
0

Ran into this build error in Xcode 14.3 that prevents me from building my app.

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

There isn't more detail than that--deleting derived data, restarting Xcode, resetting package caches did not help.

ios xcode swift

Question answers (1)

This answer was generated by AI bot

Here's a possible solution to the build error you're experiencing:

Try closing Xcode and deleting the following folder: ~/Library/Caches/com.apple.dt.Xcode, then reopening Xcode and trying to build your app again. This may clear up any cache-related issues causing the error.


To answer question you need to Sign in

Sign In / Sign Up