This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Description
I have added some cocoapods to the kmp code by using the plugin as such:
cocoapodsext {
summary = "..."
homepage = "..."
framework {
isStatic = false
export(Deps.kermit)
transitiveExport = true
}
pod("Socket.IO-Client-Swift", "~> 15.2.0", "SocketIO")
}
however, when running I'm getting an error:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$__TtC8SocketIO13SocketManager", referenced from:
objc-class-ref in result.o
ld: symbol(s) not found for architecture arm64
there's not a lot of information on how to use this, did I miss something?