When I run eas build --profile development --platform ios --local
, I get this error:
Cocoapods is not available, make sure it's installed and in your PATHpod --version exited with non-zero code: 1npx exited with non-zero code: 1
Its very annoying, I have cocoapods installed and Im very confused as to why this doesnt workWhen I run pod --version
in my mac terminal, returns 1.15.2
.