14 Dec 2017
|
linux windows
technote
This post start series of technical notes that would help developers to understand changes were done to RoboVM. Table of content:
- making RoboVM cross-platform
- xib2nib
- Codesign
- Linker and tools
- actool and
- Pain and tears :)
13 Dec 2017
|
linux windows
release
Source codes for RoboVM part and toolchain has been released:
Project depends on external projects that were forked and modified:
Project that are used without changes on repo level (but patched during build):
12 Dec 2017
|
linux windows
whats new
Three month project is over and I can share the result. I built all missing components to make it able to develop iOS projects using Windows and Linux host.
First of all what it can’t:
12 Dec 2017
|
blog
support me
2017 was quite effective for RoboVM as for me and there was lot of things introduced in it. I’m pleasured to contribute bunch of shiny things as well. But things change and in all RoboVM projects I was enrolled are winding down in 2018. This changes few moments for me:
06 Dec 2017
|
debugger
fix
History Debugger hangs due exception on ARM64 target when trying to resolve stack variables #239
Fix PR #240
Have almost never debugged ARM64 target (always used thumb7 as faster and smaller), but turned out that debugger is pretty broken. The reason is forgotten case:
29 Nov 2017
|
fix
target-framework
History NPE not handled when Robovm used as SDK
Few finding when working with RoboVM built framework from XCode. Today there are two examples listed of how to build framework with RoboVM:
03 Nov 2017
|
fix
interface builder
History IB integrator generates wrong class name for empty @CustomClass, doesn’t support structs in IBInspectable
Fix PR231
Have discovered that User define attributes/UIInspectable are not handled correctly: XCode project is not generated, if just added in code bypassing IB – values are not set in case of field outlets. Structs that causes problem:
27 Oct 2017
|
fix
History RoboVM doesn’t strips all simulator archs from dynamic framework which causes ITMS-90087 during submission #228
Fix PR229
This kind of problem always was bothering me but I was under impression that stripping is not part of RoboVM and did this all time manually before submit. But it is there but broken due epic bug:
25 Oct 2017
|
icu.dat
fix
github user @obigu reported that he observes crashes in 0.1% of sessions related to code in icu. it is well known dances around icu.dat but it should not cause crashes. First of all it was required to obtain Locale id example that caused crash.
UPDATE: also included rfc3491
to fix #86
24 Oct 2017
|
interface builder
tutorial
UPDATE: Commercial RoboVM has nice tutorial about IB (still available today). OOS RoboVM implementation has own differences and these are covered in this post.
It is not possible to use Java classes with Interface Builder directly. To workaround this dummy objective-c XCode project is generated. This project contains:
UPDATE2: web archive