[GH-ISSUE #420] [Bug]: Application "discover.app" Cant not open #193

Closed
opened 2026-03-03 18:55:41 +03:00 by kerem · 2 comments
Owner

Originally created by @ValiantCat on GitHub (Oct 14, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/420

Describe the bug

image

Sip is off

❯ csrutil status
System Integrity Protection status: disabled.

╭─ ~ ▓▒░·

Enviroments

MacOS :
Apple M1 Pro, 13.0 Beta Ventural (22A5373b)
Xcode installed Xcode 14.0.1
PlayCpver: version 1.1.1 (36)

Steps to reproduce

  1. IPAFile ,decryped version download from https://ipa.decrypt.day/app/id741292507/
  2. add application
  3. single cick the app
  4. can not open the application

Expected behaviour

It should work normally

Crash log

No response

What version of PlayCover are you using?

1.1.1

What version of macOS are you using?

Ventura (macOS 13)

Issue Language

  • Yes my issue is written in English
Originally created by @ValiantCat on GitHub (Oct 14, 2022). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/420 ### Describe the bug <img width="688" alt="image" src="https://user-images.githubusercontent.com/6142855/195755765-65f6a9b5-d61c-45f0-bbb5-be2ffe049d5f.png"> Sip is off ```sh ❯ csrutil status System Integrity Protection status: disabled. ╭─ ~ ▓▒░· ``` Enviroments MacOS : Apple M1 Pro, 13.0 Beta Ventural (22A5373b) Xcode installed Xcode 14.0.1 PlayCpver: version 1.1.1 (36) ### Steps to reproduce 1. IPAFile ,decryped version download from https://ipa.decrypt.day/app/id741292507/ 2. add application 3. single cick the app 4. can not open the application ### Expected behaviour It should work normally ### Crash log _No response_ ### What version of PlayCover are you using? 1.1.1 ### What version of macOS are you using? Ventura (macOS 13) ### Issue Language - [X] Yes my issue is written in English
kerem 2026-03-03 18:55:41 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ValiantCat commented on GitHub (Oct 14, 2022):

if i use shell command open open the app it shows error

❯ open /Users/nero/Library/Containers/io.playcover.PlayCover/discover.app
The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x600002349bc0 {Error Domain=NSPOSIXErrorDomain Code=153 "Unknown error: 153" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}
<!-- gh-comment-id:1278440604 --> @ValiantCat commented on GitHub (Oct 14, 2022): if i use shell command `open` open the app it shows error ```sh ❯ open /Users/nero/Library/Containers/io.playcover.PlayCover/discover.app The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x600002349bc0 {Error Domain=NSPOSIXErrorDomain Code=153 "Unknown error: 153" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}} ```
Author
Owner

@ValiantCat commented on GitHub (Oct 14, 2022):

I find the solution
codesign --force --deep --sign - /Applications/AppName.app

<!-- gh-comment-id:1278446166 --> @ValiantCat commented on GitHub (Oct 14, 2022): I find the solution `codesign --force --deep --sign - /Applications/AppName.app`
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#193
No description provided.