Hello, I am getting this error if I include `iosSi...
# decompose
a
Hello, I am getting this error if I include
iosSimulatorArm64()
as one of the iOS targets. These are the versions I am using in my app:
Copy code
decompose = "3.0.0-alpha04"
essenty = "1.3.0"
I have already exported dependencies in
binaries.framework
. Also added them as api in
commonMain
. Is there something I am missing?
a
Please use Essenty 2.0.0-alpha02 with Decompose 3.0.0-alpha04. Exported transitive dependencies should be always aligned.
👍 1