Since core
is how we named the pod to handle KMM from Xcode, what the hell is linkReleaseFrameworkIos
?
Everything worked perfectly before, but now my Xcode gives me error saying
Command PhaseScriptExecution failed with a nonzero exit code
* What went wrong:
Execution failed for task ':core:linkReleaseFrameworkIos'.
I tried:
nothing helped.
SOLVED
Bumped the ktor version to 1.6.1
and coroutines version to 1.5.0
.
They did not match for some reason.