mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[PR #2001] [MERGED] Fix build step for local PlayTools repository #1940
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#1940
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?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/2001
Author: @Undefined-User
Created: 10/15/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @TheMoonThatRises
Base:
develop← Head:fix/local_playtools_build📝 Commits (1)
bf0f51dFix build step for local PlayTools repository📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+1 -1)📄 Description
I modified
Cartfilefile togit "file:///Users/PATH_IN_LOCAL/PlayTools" "master", hoping to use the git commit in the local PlayTools repository when compiling the PlayCover source code.However, the environment variables passed by Xcode 15.2 caused the
carthage update --cache-builds --use-xcframeworkscommand to fail, so I executed the carthage command in a new terminal session without passing the environment variables.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.