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

Can't select x86_64 when selecting "Auto (prefers [...])" #673

Closed
1 of 3 tasks
Berstanio opened this issue Aug 1, 2022 · 5 comments
Closed
1 of 3 tasks

Can't select x86_64 when selecting "Auto (prefers [...])" #673

Berstanio opened this issue Aug 1, 2022 · 5 comments

Comments

@Berstanio
Copy link

Issue details

When creating a IntelliJ run configuration, the simulator target "Auto (prefers [...])" is used by default. On M1 macs, this let you only choose arm64 as architecture, not x86_64. Why not x86_64? When selecting the simulators directly you can select x86_64, just not for "Auto (prefers [...])".

Build Tools:

  • IDEA plugin
  • Eclipse plugin
  • Gradle plugin

Versions:

  • Robovm: 2.3.18
@dkimitsa
Copy link
Contributor

dkimitsa commented Aug 3, 2022

its by design. on M1 auto means iphone/ipad and arm64.
if you need custom setting you just can select with extended list what is available.

@Berstanio
Copy link
Author

Hm than I think the UI is not that clear. When I would select on "Device Type" the mode "Auto (prefers IPhone 8)", I would guess it would select a device type automatically, not a architecture too. The "architecture" field below is also not showing something like "auto", indicating that it would be choosable.
The background of my request is, that on libGDX on the main backend arm64 simulators are not supported. Telling the user "arm64 simulator is not working" doesn't help, because they think they are not able to choose x86_64 architecture because of the UI.
So it would be great if either the UI could be more clear about the "auto architecture" or that a auto device type doesn't mean a auto architecture.

@dkimitsa
Copy link
Contributor

dkimitsa commented Aug 3, 2022

understand the case with x86_64 legacy, the option can be added.
thx

@dkimitsa
Copy link
Contributor

dkimitsa commented Aug 5, 2022

@Berstanio fix proposed #675

@Berstanio
Copy link
Author

Great, thank you!

Tom-Ski added a commit that referenced this issue Aug 30, 2022
* fixed #673: allow x86_64 arch in simulator arch selection when auto  simulator is selected
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

No branches or pull requests

2 participants