skip to Main Content

I am trying to build xcode (14.3) project and getting this error. Any idea how to fix it?

error: Build service could not create build operation: unable to load transferred PIF: The workspace contains multiple references with the same GUID ‘PACKAGE:1YZON8U0E6OSQJJ6SVUQ2B53ENY2SJMKC::MAINGROUP’

2

Answers


  1. Chosen as BEST ANSWER

    This issue showed up after xCode auto upgraded to 14.3. I downgraded to 14.2 and not having any errors.


  2. I have run into the same problem today, and I’m also using Xcode 14.3. I quit Xcode then run the project again, it just fixed.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search