hello, has anyone tried using <xcode-kotlin> with ...
# ios
m
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
are XCFramework optimized? you can only debug non optimized binary
m
that is true. I used release binary. Works with debug. Thanks a lot!