mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3118] [MERGED] ci: Work around Qt issue on new Xcode. #3237
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3237
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/shadps4-emu/shadPS4/pull/3118
Author: @squidbus
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @squidbus
Base:
main← Head:qt-workaround📝 Commits (1)
7db07eaci: Work around Qt issue on new Xcode.📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
.github/workflows/build.yml(+4 -1)📄 Description
Qt links to a legacy framework, that was removed from the latest Xcode, which it doesn't even use. This issue is fixed for Qt 6.9.2/6.10.0beta2, but until that is released we can work around it by removing the linkage from a CMake file.
Validated in a CI run using the new actions image version: https://github.com/squidbus/shadPS4/actions/runs/15744066321/job/44376325415
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.