I have a situation I believe I may just be misconf...
# gradle
d
I have a situation I believe I may just be misconfiguring in Gradle I have
: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:
Copy code
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