Join Slack
Powered by
I try to use kotlin-native framework without cocoa...
# multiplatform
a
aleksey.tomin
09/16/2020, 1:20 PM
I try to use kotlin-native framework without cocoapods. Get example project Demo from
https://kotlinlang.org/docs/tutorials/native/apple-framework.html
Create Xcode project with headers from Demo and try to build this. But I have the error
No such module 'Demo'
on the string
*import* Demo
What do I wrong? Am I need to import the framework as a file (“Add files…“)? Am I need to import some directory or header file?
3
Views
Open in Slack
Previous
Next