-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Ensure AOT apps for macOS ARM run correctly (dart compile exe) #42774
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
Comments
@a-siva I would like to propose that there are two separate issues here:
|
@mkustermann you duped both of #43476 and #43477 into this, but it seems reasonable to have a different timeline for Rosetta compatibility (most urgent) and full support for universal binaries? Or were you thinking we'd just got to universal binaries directly? |
@mit-mit I'm going through unlabeled issues and was aware that @a-siva has open bug for dart2native regarding Apple Silicon already (which I assume covers both aspects), which is why I merged it into here. Apologies if I misunderstood the intend here. @a-siva If you want to track those issues separately, please re-open #43476 and #43477 |
@mkustermann I agree with the general principle of keeping the issue queue clean and organized. FWIW I think Rosetta support for existing binaries is pretty different from Universal binary support. They probably have very different priorities and work efforts associated with them. But that's just my guess. 😄 |
Hi everyone. It's been a few months since this was opened. Has any progress occurred? The milestone is still ambiguous and Apple Silicon Macs are about 30-45 days from being in the wild (if Apple's "by the end of the year" statement holds true). Thanks! |
Where are we with this? Three new Apple Silicon Macs are shipping next week and the MacBook Air is Apple's most popular computer. |
It’s been 5 months since anyone updated this issue and several projects are blocked on it. Apple Silicon is here. Development takes time, but surely someone at Google/Dart has a plan they can share? Just knowing an ETA and that someone is handling this would be very helpful. |
(@a-siva assigning to you to reflect that you are driving this) In general before we can fix |
@a-siva It looks like Rosetta might be going away in some parts of the world with the next update to macOS: https://twitter.com/SteveMoser/status/1366904041243041794?s=20 It would be nice if Dart could get on board before that happens. |
@a-siva Should this move out of April? Which Milestone we're looking at? |
This works now when we do local builds, marking as fixed. We have #42773 tracking the broader issue of building/testing the new configuration on the bots. |
Ensure dart2native apps generated for macOS ARM target work correctly on that platform.
The text was updated successfully, but these errors were encountered: