· 1 min read

arst

There is a workaround

To be precise, you can debug code built on a different path. It’s too much trouble to be practical, however. In short, you need to provide a path mapping override in the framework metadata. You’ll also need to configure the CI build to use a “known path”. Then the iOS dev needs to clone the Kotlin source, of course checking that the dependency version matches the source code tag/version, then edit the framework metadata to the new local path, etc.

As an alternative, you can just build from source code locally. It’s easier.