[PR #2001] [MERGED] Fix build step for local PlayTools repository #1940

Closed
opened 2026-03-03 19:09:45 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: fix/local_playtools_build


📝 Commits (1)

  • bf0f51d Fix 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 Cartfile file to git "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-xcframeworks command 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.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/2001 **Author:** [@Undefined-User](https://github.com/Undefined-User) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Base:** `develop` ← **Head:** `fix/local_playtools_build` --- ### 📝 Commits (1) - [`bf0f51d`](https://github.com/PlayCover/PlayCover/commit/bf0f51de384b77fc286f70a176a8990d0760d5e2) Fix build step for local PlayTools repository ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+1 -1) </details> ### 📄 Description I modified `Cartfile` file to `git "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-xcframeworks` command to fail, so I executed the carthage command in a new terminal session without passing the environment variables. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:09:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1940
No description provided.