Is there anyway to nicely debug iOS framework crea...
# multiplatform
m
Is there anyway to nicely debug iOS framework created by KMM. We are shipping both the debug and the release targets. When I'm building locally using I get
embedAndSignAppleFrameworkForXcode
I get the following. Clients using me also get the same.
Copy code
(SharedCodePointFeature) feature = 0x00006000021cdf50 {
  baseSharedCodeFeature@0 = {
    baseSharedCodeBase@0 = {
      baseNSObject@0 = {
        isa = SharedCodePointFeature
      }
      permanent = false
    }
  }
}
The client apps do not have access to our Kotlin source, so the TouchLabs plugin would not help. Is there a build setting I need to change to keep the debug builds having the debug symbols either in Xcode or Gradle