mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #1513] [Bug]: Cannot compile on Xcode 15.1 (15C65) - PhaseScriptExecution failed with a nonzero exit code #932
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#932
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brunoaduarte on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1513
Describe the bug
When I try to build the latest develop branch I get this error
Steps to reproduce
git clone https://github.com/PlayCover/PlayCover.git
Open on Xcode, set the signing properties and try to build
Expected behaviour
Code to be compiled
Crash log
@Catta1997 commented on GitHub (Jun 12, 2024):
Try to clean build folder and then close and reopen Xcode, it worked for me
@brunoaduarte commented on GitHub (Jun 12, 2024):
Tried that already. Doesn't work. Closed Xcode, deleted project, cloned it again and issue persists.
@Catta1997 commented on GitHub (Jun 13, 2024):
try:
Clean Xcode and Re-build.
@brunoaduarte commented on GitHub (Jun 13, 2024):
I erased the project folder, erased the
DerivedDatafolderand re-cloned PlayCover thru git
Now it worked. Thanks!