Demyan Kimitsa
Demyan Kimitsa
there is bright and shiny https://mobivm.github.io we just need to update readme.md and probably wiki
@guillerodriguez and here are sources https://github.com/MobiVM/mobivm.github.io
There is some amount of old docs copied from original robovm.com that is good idea to save.
Hi, It is possible to load native libraries/framework at runtime, check how Bro.bind [does this](https://github.com/MobiVM/robovm/blob/a973a0747b774b72477fa38823e68428ea713130/compiler/rt/robovm/src/main/java/org/robovm/rt/bro/Bro.java#L57) It is also possible to convert jar/class into native framework using Framework target. But Framework...
you can't load any new class than were compiled. as compiler makes fixed class list robovm operates with. here is a tutorial for framework target: https://dkimitsa.github.io/2018/01/16/tutorial-writing-framework-improved/
@legion151 played with simple case: - created a framework project from template. - created an empty Xcode ObjC project - added framework there and used it Archived and was able...
@legion151 create a new framework project using Idea -- and then build it with maven ?
@legion151 Hi, have retried again using Xcode 12.2/macOS 11.0.1 have same results as before on simple/empty project. after adapting `otool` invocation as mentioned above -- was able to rebuild from...
@legion151 hey, played with your framework -- and it fails indeed. digged a bit -- it fails while trying to validate Clang options saved to rebuild bitcode. These can be...
@legion151 hi, here few moments while I was asking for step about the broken frameworks. it doesn't seem that it corresponds the source/was built with Idea plugin as: - it...