I\'m using React Native. I get this issue when I try to upload pods. I\'ve successfully installed node_modules, but I\'m getting this problem. What is the problem? If we delete
I was running
pod install
inside ios Directory when I encounter this error for different dependency. I forgot to run
npm install
After running this command then pod insatll. I was able to successfully run the project.