Artem Ustimov

Results 6 comments of Artem Ustimov

I had the same issue in my app with multiple processes, so I fixed it with an explicit call of the library initializer in my `Application` class implementation: ```java AppInitializer.getInstance(getApplicationContext()).initializeComponent(SettingsInitializer.class);...

Thanks! Now I figured out what crashing depends on sequence of realms opening. All I want is merge current user realm and new bundled realm which comes with update. So,...

I resolve the issue, but in my opinion the exception message does not provide clear description of problem source.

Duplicate of https://github.com/icerockdev/moko-resources/issues/387

Hi @Alex009, I've made a minimal project to reproduce this issue: https://github.com/Ustimov/KMMMR. The problem is that the `copyFrameworkResourcesToApp` task somehow removes the framework's header file and replaces it with `placeholder.h`....