mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #1967] [MERGED] Fix: Unable to install unsigned IPA #1931
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#1931
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/1967
Author: @Undefined-User
Created: 9/13/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @TheMoonThatRises
Base:
develop← Head:fix/unsigned_ipa📝 Commits (1)
07c9a82Fix: Unable to install unsigned IPA📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
PlayCover/Utils/PlayTools.swift(+3 -0)📄 Description
Related issue: https://github.com/PlayCover/PlayCover/issues/1605
Note: Unsigned IPA will works fine, but some IPA files (In my case it had been signed by a revoked enterprise certificate) framework binary may return
internal error in Code Signing subsystemwhen executing/usr/bin/codesign -fs- framework_binaryinPlayCover/Utils/Shell.swift. If we ignore error above, app will crash with runtime errorcode signature invalid in <XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX>. I haven't found a solution for this case yet.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.