-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for Inte-based Macs #63
Comments
Are you grabbing the correct binary? The releases contain both ARM and x86 binaries. |
I'm using Aftman to manage the installation:
aftman.toml
Am I doing something wrong? If I build from source using cargo and replace what aftman installed, it works without issue. |
I have the same issue on a 2019 MacBook, I also tried rokit to install rbxcloud. This is what I get, no matter what I run in the CLI.
Processor: 1,4 GHz Intel Core i5 quad-core |
@Fr0z3nRebel @Turolatias Please try v0.15.0 and let me know if it works now. I made a change to the release build process, which should hopefully resolve the issue. I unfortunately don't have an Intel-based Mac, so I can't test this on my end. |
As a developer using an Intel Mac, I would like to be able to seamlessly install and use rbxcloud via Aftman to avoid having to build from source.
Currently, I cannot develop with any of the available assets for release 0.14.0 on my Intel-based MacBook Pro. I receive the following error:
However, after building from source locally using cargo then manually copying the release over to Aftman, I was able to get rbxcloud working.
Acceptance Criteria:
macos-x86_64
The text was updated successfully, but these errors were encountered: