mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #550] [App Support]: fail to open com.gotokeep.keep #265
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#265
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?
Originally created by @wiidede on GitHub (Dec 4, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/550
App Store link
https://apps.apple.com/cn/app/keep-%E8%B7%91%E6%AD%A5%E5%81%A5%E8%BA%AB%E8%AE%A1%E6%AD%A5%E7%91%9C%E4%BC%BD/id952694580
Current issues
More details
I download the ipa file form decrypt.day. It can be installed. But exit when I launch it. Do I need to install more libs?
Crash log
Issue Language
@ohaiibuzzle commented on GitHub (Dec 4, 2022):
This is due to macOS not supporting the ARKit framework, the app tries to load it and failed
@wiidede commented on GitHub (Dec 4, 2022):
So, there is no way to run
ARKit frameworkapp on Mac OS?@ohaiibuzzle commented on GitHub (Dec 4, 2022):
Technically there is a copy installed with the Xcode CLT so you can try to link it with that and see if it works. As far as the official libraries from Apple, no.
@ohaiibuzzle commented on GitHub (Dec 4, 2022):
@wiidede commented on GitHub (Dec 5, 2022):
That's awesome🤩, but I am a baby in front of xcode... apple libs....😵💫. So will play cover provide offical guide to support apps like this
@ohaiibuzzle commented on GitHub (Dec 6, 2022):
I could provide you with some rough instructions on it. Doing this blindly in the PlayCover codebase... ehhh I'm not sure.
It may work, but it may super not