mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #1615] [Bug]: Framework not converted to MacCatalyst type #1011
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#1011
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 @lacvietanh on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1615
Describe the bug
Any app run will crash:
I tried download AFNetworking from github -> build -> but can not move to /usr/lib/swift/
(SIP is disabled)
i tried put AFNetworking into /Library/Frameworks/ and
export DYLD_FALLBACK_LIBRARY_PATH=/Library/Frameworks/not work
Steps to reproduce
Open any app inside Playcover (try reinstall playcover/reinstall playtool / reinstall app)
Expected behaviour
run app normally
Crash log
What version of PlayCover are you using?
3.0.0
What version of macOS are you using?
Ventura (macOS 13)
Issue Language
@JecerSE commented on GitHub (Aug 1, 2024):
Have you tried running the nightly version?
@lacvietanh commented on GitHub (Aug 1, 2024):
same. i think problem on my mac,
/usr/lib/swift/AFNetworking.framework/AFNetworking not exist, how to install into that location? (disable SIP not work)
@lacvietanh commented on GitHub (Aug 1, 2024):
I found solution for me:
cd [framework folder of app (follow crash report detail)]
everything wwork !!!