Last active
March 31, 2025 18:10
-
-
Save maxchuquimia/05a230a6c14a2564cb195af05f6cc1fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Do this... | ...when you see this message | |
---|---|---|
⌘B Build | ...<some long message>. Build again to continue. | |
⌘⇧K Clean | ...received multiple target ended messages for target ID... | |
⌘⇧K Clean | ...targetID (174) not found in _activeTargets... | |
File > Packages > Resolve Package Versions | ...unable to load transferred PIF: The workspace contains multiple references with the same GUID PACKAGE:1YZON8U0E6OSQJJ6SVU... | |
Close and reopen project (Clean will fail) | ...unknown error while handling message: unknownSession(handle: S0)... | |
Restart Xcode (Clean will fail) | ...unknown error while handling message: MsgHandlingError(message: unable to initiate PIF transfer session (operation in progress?)) | |
Restart Xcode | Clean failed. | |
Quit the Simulator and re-run test/s | Failed to establish communication with the test runner. (Underlying Error: Simulator indicated unix domain socket for testmanagerd at path [...]/com.apple.testmanagerd.unix-domain.socket, but no file was found at that path.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍