mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 08:45:50 +03:00
[GH-ISSUE #1648] [Bug]: use brew to install playcover having an error #1041
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#1041
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 @yhwyxy on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1648
Describe the bug
use brew to install

Error: Cask playcover-community depends on hardware architecture being one of [{:type=>:arm, :bits=>64}], but you are running {:type=>:intel, :bits=>64}.
Steps to reproduce
Expected behaviour
Install successfully.
Crash log
No response
What version of PlayCover are you using?
3.0.0
What version of macOS are you using?
Sonoma (macOS 14)
Issue Language
@StupidRepo commented on GitHub (Aug 27, 2024):
Try reinstalling brew, the installer may have installed the wrong type of brew or configured something incorrectly.
The official command to run after uninstalling brew is:
Or you can use their
.pkginstaller@TheMoonThatRises commented on GitHub (Aug 28, 2024):
If the suggestion above doesn't work, check out this Homebrew discussion about migrating from intel to arm brew https://github.com/orgs/Homebrew/discussions/417.