MobiVM / robovm

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://mobivm.github.io
966 stars 133 forks source link

Update CreateIpaDialog.java removing thumbv7. #749

Closed auraxangelic closed 1 year ago

auraxangelic commented 1 year ago

Removing unsupported architectures from dropdown.

dkimitsa commented 1 year ago

hi, thank you for contribution. But as long as we target ios8+ thumbv7 is supported. and these changes are not relevant.

auraxangelic commented 1 year ago

hi, thank you for contribution. But as long as we target ios8+ thumbv7 is supported. and these changes are not relevant.

Interesting. When I try to build thumbv7, I get the following error message: While building for ios thumbv7, no library for this platform was found in 'gdx.xcframework'. I thought we stopped thumbv7 support altogether.

dkimitsa commented 1 year ago

there is no support for thumbv7 in libgdx. its standalone project, they don't support it. but we -- do

auraxangelic commented 1 year ago

there is no support for thumbv7 in libgdx. its standalone project, they don't support it. but we -- do

Ah. Got it.