-
Notifications
You must be signed in to change notification settings - Fork 33
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
Compilation failure on MacOS arm64 #44
Comments
Removing the turbofish type applications and casts cuts down the errors to a single case:
|
I realized the previous strategy was a red herring after seeing the |
The issue linked above (SSheldon/rust-objc#110) seems to indicate that the problem is the way these ivars are being used. I'm providing a "fix". It seems to pass tests on my M1 but I don't understand the domain very well so please take it with a grain of salt. |
I'm seeing errors in the corebluetooth code that looks like objective-c bindings stuff. I'm on macos arm64. This is a different compilation error than #39. I see this on every rustup channel I've tried so far including 1.59 (nightly), 1.57 (stable) and 1.56.
The text was updated successfully, but these errors were encountered: