No `Podfile' found in the project directory with existing Podfile

Viewed 51
1 Answers

open your .zshrc file and paste this

export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

after pasting save it and exit your terminal and then restart your editor and then run again

Related