Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #Could #find
ADD COMMENT
Topic
Name
3+8 =