I have a peculiar issue with my KMM project (Andro...
# multiplatform
m
I have a peculiar issue with my KMM project (Android & iOS targets): App builds & runs perfectly on iOS when the project configuration is set as
Debug
, however, when switching over to
Release
the app crashes on launch. I can see the following in Android Studio under the
LLDB
tab: Is there something specific to keep in mind when building the release flavour? And to clarify, I have no specific
if #DEBUG
conditions anywhere in the codebase or shared logic
Copy code
error: module importing failed: Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'renderers'
error: 'jb_renderers_set_diagnostics_level' is not a valid command.
error: module importing failed: Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'renderers'
error: 'jb_renderers_loaders_add' is not a valid command.