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?
Thanks for pointing that out. I was not aware of that. I will try that out!
dirk.dittert
01/08/2021, 3:23 PM
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.