Hey people - another day another question - I am c...
# kotlin-native
m
Hey people - another day another question - I am currently try to hook in a dynamic Library from Swift into Kotlin...the Definition this far is fine...but the linker is not able to find the actual framework and after crawling for an answer...I did not find any good pointers...so I'd like to ask if anybody has some hints/advises/tutorials for hooking in a dynamic library (explicitly not static) into Kotlin for iOS?
k
You'd need to provide more details. How are you adding it to the project? Do you mean the linker during build time or you get an error when you run the app?
m
Hey sry, I did had a change to answer yet...However we rollback to static linking for the time beeing...however we will make a 2nd try once we have bit less pressure and we can open source the library we are currently working on.
👍 1