Hey folks, is there any documentation on adding a ...
# kotlin-native
b
Hey folks, is there any documentation on adding a
.xcframework
to a kotlin native project?
s
As a dependency to your shared module, you will need to use CocoaPods.
b
We can't add it through gradle by providing the xcframework?
t
you can using cinterop manually
b
That's the goal, could use an example though
t
but from my understanding CocoaPods is much better ux
b
Was xcframework support added in a more recent version of kotlin? I keep getting this error
t
I have only done the most basic of prototyping with it recently but was able to get an xcframework referenced. Like you seem to be, finding good documentation/examples has been a struggle
b
Finally got it to run on a physical device, but now dealing with this on a simulator
ld: 11182 duplicate symbols for architecture x86_64
Any ideas?