Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brew install fails on arm64 #46

Closed
foxnne opened this issue Jan 21, 2021 · 2 comments
Closed

Brew install fails on arm64 #46

foxnne opened this issue Jan 21, 2021 · 2 comments

Comments

@foxnne
Copy link

foxnne commented Jan 21, 2021

After installing latest Xcode (full IDE from App Store) and following the instructions on the readme I get an error:

==> Installing wallpapper from mczachurski/wallpapper
==> Downloading https://github.com/mczachurski/wallpapper/archive/1.6.0.tar.gz
Already downloaded: /Users/foxnne/Library/Caches/Homebrew/downloads/f4b290acb31335cc1f06a5c07f5dfb3cb756fabe4241edcbded2b8e198a4138f--wallpapper-1.6.0.tar.gz
==> swift build --disable-sandbox --configuration release
Error: An exception occurred within a child process: Errno::ENOENT: No such file or directory - ./.build/x86_64-apple-macosx/release/wallpapper

Just an issue for arm64, built fine from repo just needed to change last command to sudo cp ./.build/arm64-apple-macosx/release/wallpapper

@foxnne foxnne changed the title Brew install fails on Big Sur Brew install fails on arm64 Jan 22, 2021
@mczachurski
Copy link
Owner

I've updated the homebrew script (now instead x86_64-apple-macosx directory it uses release symlink). Could you verify this bug (I don't have ARM Mac)?

@foxnne
Copy link
Author

foxnne commented Jan 23, 2021

Works fine now! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants