Starting to investigate debugging issues using coc...
# kotlin-native
k
Starting to investigate debugging issues using cocoapods. In xcode, setting breakpoints works when the framework is included manually but not by cocoapods. I’m pretty sure this worked around 1.3.4x but not on 1.3.61. Before I dive super deep on this, is this a known issue?
i
The CocoaPods plugin creates a static framework so this issue probably descibes the same problem: https://github.com/JetBrains/kotlin-native/issues/3446. сс @Vasily Levchenko
k
That definitely looks like the issue. Thanks!
a
So will it be fixed in CocoaPods plugin or do I have to run
dsymutil
manually every time (as suggested by https://github.com/JetBrains/kotlin-native/issues/3446)?
k
Don’t know. Haven’t had time to dig into it
👍 1
Hoping to reduce steps, but it does work…