-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Enable iOS/tvOS simulators on arm64 #51536
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@akoeplinger Interesting error on arm64 simulator:
|
@steveisok That's not too surprising given the code in
Unfortunately it's the closed source part of Xamarin so I cannot submit a PR. The check should likely be extended to allow |
@mandel-macaque @premun would you mind fixing the mlaunch code to support arm64 simulators? |
@akoeplinger I opened a PR with a following fix: Do you have an ARM64 machine at hand? I can send you the built mlaunch with this fix and you can test the run (using |
Yep I do have an arm64 mac, but I'm about to hop into a meeting. Can you attach the new mlaunch here? |
mlaunch.tar.gz
|
@premun I tested and it works :) |
@@ -384,6 +384,9 @@ | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<ProjectReference Include="$(RepoRoot)\src\libraries\System.Buffers\tests\System.Buffers.Tests.csproj" | |||
Exclude="@ProjectExclusions" /> | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just temporarily commented out, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, once the sanity check passes, I'll enable the rest.
…ble-iossim-arm64-ci
Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it. |
We should give this another go using "JustInterp" ( |
@lambdageek After a few adjustments on my local build, it's now failing on
|
@steveisok the We have all that stuff conditioned on runtime/src/tasks/AppleAppBuilder/Templates/runtime.m Lines 300 to 310 in 0416c34
|
Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it. |
No description provided.