-
Notifications
You must be signed in to change notification settings - Fork 136
Should deployment on iOS 16.1 work when using RoboVM Version: 2.3.16 ? #689
-
I am using libGDX 1.11.0 and RoboVM Version: 2.3.16. The RoboVM version was recommended by libGDX. Running the app on my iPhone via Intellij worked fine until I updated the iOS version of my iPhone (and also the version of Intellij and xCode).
Now the iPhone does not show up in Intellij anymore. However it is working fine in xCode.
Does RoboVM 2.3.16 support iPhone iOS version 16.1? I tried to downgrade my iPhone, but Apple has unsigned all iOS version below 16, so I am stuck with 16 for now.
Beta Was this translation helpful? Give feedback.
All reactions
ok. once you select Attached device as a target you should just hit run/debug this configuration. There is no option and UI element to pick a device. It will go to single attached device.
Here is how dialog looks like
Replies: 4 comments 3 replies
-
hi @HAL9000Thomas
how exactly it doesn't show up ? THere is just a radio button for device deployment.
Do you receive any specific error message ?
Will check with ios 16.1 to confirm.
Thx
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @dkimitsa
Thank you for your message. The radio button is greyed out and there is no error message showing up. I have attached two screenshots. One is from Intellij with the greyed out radio button. It is only greyed out when I select my robovm run configuration for iOS. The other screenshot is from xcode showing that my iPhone is connected. Not even sure if this is because of robovm. Anyway, it worked smoothly before updating my iPhone,
Beta Was this translation helpful? Give feedback.
All reactions
-
greyed picker is for android target.
you should edit "RoboVM Attached Device" run configuration -- there will be a selector for Device/Simulator run
Beta Was this translation helpful? Give feedback.
All reactions
-
I already have selected device/simulator in the run configuration.
Beta Was this translation helpful? Give feedback.
All reactions
-
ok. once you select Attached device as a target you should just hit run/debug this configuration. There is no option and UI element to pick a device. It will go to single attached device.
Here is how dialog looks like
image
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you for your help. Much appreciated. I think I focused too much on the greyed out device selection, but as you said it just will go straight to the single attached device anyway. There must have been another error which has prevented to open it, which seems to be gone for now.
Beta Was this translation helpful? Give feedback.
All reactions
-
nice to hear that you have solved the issue. also there is no another error, that device selector doesn't belong to robovm at all, its part of android sdk
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1