I’m setting breakpoints in the lldb from xcode usi...
# kotlin-native
y
I’m setting breakpoints in the lldb from xcode using the command
br set -f Kotlin.kt -l 33
and it works fine on my machine. My colleague is working on the same branch as me but when they write the same command they get
Copy code
Breakpoint 10: no locations (pending).
WARNING:  Unable to resolve breakpoint to any actual locations.
He can open the kotlin file in xcode and see that it does indeed have that line. What could be the possible reasons that it doesn’t work on his machine but it works on mine?