hello, has anyone tried using xcode-kotlin with XCFramework from SPM? I fetched my XCFramework from SPM repo, added Kotlin files in XCode like described in docs, but it ignores Kotlin breakpoints. Is prerequisite for plugin having iOS and Android app in same project?
f
François
09/20/2024, 12:00 PM
are XCFramework optimized? you can only debug non optimized binary
m
Mario Loncar
09/20/2024, 12:19 PM
that is true. I used release binary. Works with debug. Thanks a lot!