yes I know that and hence why I’m asking.
If ‘stepping info’ my KMP framework Xcode will step into the assembly with no reference to the kotlin code.
However if I ‘step into’ my KMP framework on the machine in which I built the framework, then I am able to add breakpoints to the kotlin code (as screenshot)
I might add that I’m stepping using a swift package which owns the distributed xcframework and not using gradle.
I’m 100% using the release variant of the XCFramework.