Hi, I'm getting `Symbol with IrSimpleFunctionSymbo...
# kotlin-native
s
Hi, I'm getting
Symbol with IrSimpleFunctionSymbolImpl is unbound
when running
linkDebugFrameworkIos(Arm64, X64)
After some investigation, it turned out that the piece of code causing this exception is this:
Copy code
lateinit var property: String
    private set
Without
private set
it builds just fine. Is it a known issue?
That was on 1.4.10, and just checked on 1.4.20, and it gives this exception instead:
Copy code
Compilation failed: Unbound symbols not allowed
        Unbound private symbol org.jetbrains.kotlin.ir.symbols.impl.IrSimpleFunctionSymbolImpl@7b19a323
a
Hello, @steelahhh! This seems to be a bug, please report it at kotl.in/issue with a minimal project to reproduce, if possible.
s
@Artyom Degtyarev [JB] Got it, here is the issue https://youtrack.jetbrains.com/issue/KT-43599