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