Answers for "error could not find "podfile.lock github"

1

react native Could not find "Podfile.lock" at

# my problem was at mac m1, I resolved it by changing the architeture
sudo arch -x86_64 gem install ffi
# On the ios project folder run: 
arch -x86_64 pod install --repo-update
Posted by: Guest on July-21-2021

Code answers related to "error could not find "podfile.lock github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language