I’m trying to use ios framework built from kotlin ...
# kotlin-native
j
I’m trying to use ios framework built from kotlin and getting this runtime error:
Copy code
NSForwarding: warning: object 0x60000140a800 of class 'MyLib_stage.RpcTransport' does not implement methodSignatureForSelector: -- trouble ahead
Unrecognized selector -[MyLib_stage.RpcTransport toKotlin:]
What are
methodSignatureForSelector
and
toKotlin
methods?
s
j
🤦my bad! Thanks for help!