moko-socket-io
moko-socket-io copied to clipboard
library is not added to project
Hi All I have added the library to my project and it isn't compile,
Generating workspace in shared
[!] Unable to find a specification for mokoSocketIo
depended upon by shared
You have either:
- out-of-date source repos which you can update with
pod repo update
or withpod install --repo-update
. - mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
hi! please compare your setup with sample project - https://github.com/icerockdev/moko-socket-io/tree/master/sample/mpp-library
you should add mokoSocketIo
with git path to your Podfile and then use this pod from kotlin.
thank you for your response,
my problem is that
pod("mokoSocketIo", onlyLink = true)
there is no onlyLink in newer gradle pod function and when i remove it project doesn't compile