https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

dirk.dittert

01/08/2021, 1:19 PM
Has anyone experience with building and integrating KMM code into an iOS application? I have prototyped the complete workflow for an Android and iOS app. One thing that I could not get to work on iOS was debugging. The debugger in Xcode basically only shows the address of the object but no members. Is there a way to improve that behavior?
j

John O'Reilly

01/08/2021, 1:27 PM
d

dirk.dittert

01/08/2021, 1:35 PM
Thanks for pointing that out. I was not aware of that. I will try that out!
I installed the plugin but I am not seeing any change. I added a couple of member variables and started debugging the ios application. The debugger window does not show the member variables. I can see the properties in the header file, though.
Here is an example:
3 Views