SyntaxFix
Write A Post
Hire A Developer
Questions
in my case i have used both npm install and yarn install that is why i got this issue so to solve this i have removed package-lock.json and node_modules and then i did
npm install
yarn install
yarn install cd ios pod install
it worked for me