Demyan Kimitsa
Demyan Kimitsa
this means that `RvmProduct_PurchaseOption` is missing but this should not happen as it is part of binding (wrapper class) e.g. not system one. Will check tomorrow to see if library...
hey, as I can see `StoreKitRvm.framework` is compiled as dynamic library but bindings are made for static `@Library(Library.INTERNAL)`. quick check could be: - replace all `@Library(Library.INTERNAL)` with `@Library("StoreKitRvm")` or -...
hi, played and was not able to reproduce on simulator. just a quick question, is it reproducible with simple/empty project ? e.g. with something like this: ``` public static void...
ok, I have played a bit and seems like the issue is due way you lib is compiled and probably its swift/clang bug. Who knows. root case: it crashes when...
@davidgiga1993 would be appreciated if you test sample code for ios12 and confirms that its working on ios18.3 and stops on 18.5. Then I will ask the question on Swift...
out of curiosity have patched framework build for iphoneos for usage with simulator (LC_BUILD_VERSION.platform from 2 to 7) and had on simulator exactly same behaviour as on device. also it...
@davidgiga1993 thanks, no need it it anymore. it is compiler related. it just doesn't produce these symbols. you have to compile against ios13 to make it work.
hi, all stdout/NSLog output is now considered as private and OSLog to be used. I've added this api as part of https://github.com/MobiVM/robovm/pull/820, will provide a workaround in 1h
hi, @davidgiga1993 sorry it was not 1h as there was no workaround ) please check https://github.com/MobiVM/robovm/pull/828/files for approach. currently you can just use two java files from it and build...
more info: [tutorial: objc-investigating-deadlock](https://dkimitsa.github.io/2025/10/17/objc-investigating-deadlock/) [obcj: investigating state lost](https://dkimitsa.github.io/2025/10/17/objc-investigating-newinstance/)