Results 133 comments of Demyan Kimitsa

Hey, I have just downloaded and fresh installed Eclipse 2020-09. Followed guide and imported for start Eclipse plugin and then Compiler set of project. And have not experienced this bunch...

sadly apple doesn't expose @"playable",@"tracks" in way of global values (as it does for other keys) and API of AVAsset.loadValuesAsynchronouslyForKeys is build with sugared GlobalValueEnumeration. As there is no global...

hi, can you share a sample project or code snippet to work with ? thx

proper repo link https://github.com/bhPerblue/GDXSybolicationBug

all these missing frames are due missing debug information in native code. having enabling it will produce better traces like this: ``` Thread 380 Crashed: 0 libsystem_kernel.dylib 0x00000001c458883c __pthread_kill +...

@dwaal mobivm doesn't package rt libs for linux for a while, but you can build them manually and copy to corresponding ~/Users/dkimitsa/.robovm-sdks (and gradle location) also you will have to...

there is compiler/vm/build.sh to build VM runtime and compiler/llvm/build.sh to build llvm if required it should detect linux and just build artifacts for it

@clydebarrow hi, was able to build some time ago on pure linux. also I would recommend to play around with build scripts from M1 PR https://github.com/MobiVM/robovm/pull/586 as probably these will...

@Laurent1967 hi, could you please share more details. we can chat on Gitter.

@guillerodriguez please check the PR https://github.com/MobiVM/robovm/pull/683 thx