I’m trying to build KMP library to share code acro...
# ios
s
I’m trying to build KMP library to share code across iOS, Android and Web. Is there any way one can debug the Kotlin source code when linked to a native iOS project? My native IOS project is being built outside of IntelliJ IDEA. The plan is build a common library for native developers in my organization. The questions is when we link the generated xcframework outside of IntelliJ IDEA in Xcode, how does one go about debugging?
m
Can’t debug code in a compiled binary
Depends what you’re trying to debug. Perhaps you could use a OSLog to output logs in order to debug?
d