Hi Friends, new here. I'm an Android dev and I am looking to make some cross platform code work on both iOS and Android. My company has some straight business logic (no platform API's needed) duplicated on both platforms. I took a look at docs and am a bit confused on the different types of projects I need to use (apple framework, dynamic library, etc) as I don't need any UI or platform specific resources. I've tried out the mpp-ios-android sample and it appears that I can debug the native android code in Android Studio but cannot debug the generated iOS framework from xcode.
I'm not sure if it's my unfamiliarity with iOS frameworks, I need a different IDE, I'm generating the wrong type of iOS framework from kotlin native (do I need a dynamic library), or its just not possible to debug the generated code? Based on the searching I've done on this thread I'm reading that debugging might not be supported yet?
Thank you