-
My build command: |
Beta Was this translation helpful? Give feedback.
Answered by
rh101
Oct 21, 2023
Replies: 1 comment 3 replies
-
from DevSetup.md: ios:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The x64 simulators are not being displayed in your case. Native arm64 simulators are now available, and they are the ones displayed by default, but since your build is for x64, you won't see the compatible simulators in the list. To show the x64 simulators, navigate the Xcode menu and change the relevant option:
Product -> Destination -> Destination Architectures -> Select "Show Both"