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

Support iOS Simulator on arm64 #1315

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Support iOS Simulator on arm64 #1315

merged 3 commits into from
Jan 22, 2025

Conversation

dgbeliveau
Copy link
Contributor

Hi - I'm working on migrating my team's project to use the arm64 iOS simulator. I spent many hours today trying to track down this same issue in another one of our dependencies, so I thought I should contribute my findings back here.

It looks like for the x86_64 simulator, it will assume you want the simulator build even if you pass -miphoneos-version-min (because an x86 iphone makes no sense), but for the arm64 simulator, you need to specify you want the simulator with -mios-simulator-version-min.

@dgbeliveau dgbeliveau requested a review from a team as a code owner December 5, 2024 08:02
Copy link
Contributor

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed with @dgbeliveau, the fix is working locally for him.

@lalitb lalitb merged commit 0fd0fab into microsoft:main Jan 22, 2025
20 of 24 checks passed
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

Successfully merging this pull request may close these issues.

2 participants