Do you know where I can find a recent example of u...
# kotlin-native
t
Do you know where I can find a recent example of using an Objective-C dependency with
cinterops
and not cocoapods?
k
i don't know if there's one that's obj-c specifically, but it's pretty much the same as using any other C dependency
you still have header files and a framework file to be linked
t
Yeah, I seem to be missing something as the
cinterop*
tasks work but I cannot import the classes (and the klib does not contain any kt files)
the libcurl sample shows cinterop setup
👍 1
sounds like it's not properly parsing your header files
👍 1