Can anyone explain how come I'm able to 'step into...
# ios
m
Can anyone explain how come I'm able to 'step into' my kotlin code when debugging my XCFramework binary? Seems the kotlin code is referencing my locally checked out repository...
f
did you have a XCFramework built on release or debug?
m
release
f
You can’t debug a RELEASE framework
m
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.
f
Oh my bad, true!