Has anyone checked out cinterop yet? I tried to fo...
# multiplatform
p
Has anyone checked out cinterop yet? I tried to follow https://www.raywenderlich.com/7357-ios-app-with-kotlin-native-getting-started but the errors are always “..symbol(s) not found for architecture arm64”. I even tried to create a simple Objective C foobar class to link to Kotlin Native, but still failed with the same error.
o
you need to pass
-framework AFNetworking
as linker option