Results 133 comments of Demyan Kimitsa

the fix https://github.com/MobiVM/robovm/pull/639

command line tools would be enough. what are your issues ?

played a while with it by modifying RoboVM sources. It is as good as long you target MacOSx console target. If you need to play with iOS -- then `iphoneos`...

To support java9+ we need to proper support of Dynamic Invoke implementation. Currently its implemented as RetroLambda. Java9 compiler is widely uses DI, for example for string concatenation. Don't think...

it is same as with obj-c, it translates from : `[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString]` into following Java: `ASIdentifierManager.getSharedManager().getAdvertisingIdentifier().asString()` also note that starting ios10 user can limit usage of IDFA in...

hi, in 3.12.9 they returned check for Build class to match simple android case. So a workaround is to add one as described here https://dkimitsa.github.io/2018/09/11/robovm-and-okhttp3-3-11-0/

Thanks, could you please check if it is working with 2.3.7? As 2.3.8 was updated with fix for ios13 and this might be connected

@cellcrowd your error means you are trying to debug with adhoc provisioning profile

@ahgulum tried to reproduce with iPhone 4s with ios9, and it works for me. probably restarting the device might help.