I cloned a React Native app from github and followed the instructions in the Readme file (yarn install
; cd ios && pod install
). The app was built successfully in Xcode, but when i try to run it from my terminal using yarn ios
the build failed.
The error is not descriptive enough, i can't figure out what caused the problem!!
Here is the error I am getting
If anyone has experienced such a thing before, please help me.