I have cocoapods installed on my mac. Then i run k...
# multiplatform
h
I have cocoapods installed on my mac. Then i run kmm project in android studio i always get Cannot run program “pod”java.io.IOException: error=2, No such file or directory How can i resolve this? Thanks!
v
May be related to this issue https://stackoverflow.com/questions/68809929/unicode-normalization-not-appropriate-for-ascii-8bit/69160445#69160445 Check your terminal locale settings, they all has to be UTF-8
h
Thank you VK, but it not works
d
A workaround is also appreciated. I cannot even do a gradle sync
After a lot fiddling around with
clean
/
gradle sync
and android studio invalidate & restart I magically worked again. Not sure which command exactly or in what order..
u
please, check the version of gradle (
rootProject/gradle/gradle.properties
). It should be 7.2 (not 7.3.3)
d
It is still on 7.0.3.