Answers for "react native Could not find "Podfile.lock" at"

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 "react native Could not find "Podfile.lock" at"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language