Is there a way to tell the kotlin compiler where an existing (non-kotlin) iOS framework is at? I successfully got the c_interop tool to build iOS stubs but getting an Undefined Symbol error when I got to build. Also, I alredy embedded/linked the same framework into the Xcode project
o
olonho
05/23/2018, 4:31 PM
likely you need to add
linkerOpts
.def statement or
-linkerOpts
cinterop tool switch to inform cinterop tool about which framework to link in