Hi everyone, I’m getting started with KMM with coc...
# multiplatform
j
Hi everyone, I’m getting started with KMM with cocoapods as outlined in the documentation on the website, but I keep running into this error:
'pod install' command failed with an exception:
Cannot run program "pod" (in directory "...../iosApp"): error=2, No such file or directory
I installed cocoapods using ruby2.7.5, and I am on M1 mac, following the troubleshooting guide here. My “pod install” command also works in the folder, I am just not sure why this error keeps showing up.
e
bit me too.. workaround here:
Copy code
chmod +x /Applications/Android\ <http://Studio.app/Contents/bin/printenv|Studio.app/Contents/bin/printenv>
https://stackoverflow.com/a/70968187/578582
👍 1
j
This worked, thanks!