Daniel Perez
11/23/2024, 12:04 AM:Frontend
and :Presenter
modules, the former of which depends on the latter.
:Presenter
uses molecule with implementation(compose.molecule)
("app.cash.molecule:molecule-runtime;2.0.0)
I am getting the following error after running linkIosArm64
, embedding the framework in my XCode Project, and running the app on my iPhone:
Can't show file for stack frame : <DBGLLDBStackFrame: 0x34e8655a0> - stackNumber:3 - name:kfun:app.cash.molecule.DisplayLinkClock.<init>$lambda$0#internal. The file path does not exist on the file system: /Users/runner/work/molecule/molecule/molecule-runtime/src/quartzCoreMain/kotlin/app/cash/molecule/DisplayLinkClock.kt
Has anyone run into this issue and is there a fix I can use? I'm unsure what to do from here