The following undefined symbol errors appear when attempting to run my react native project via Xcode on my new MacBook. Do you know what may be causing this?
Please see PodFile:
The following undefined symbol errors appear when attempting to run my react native project via Xcode on my new MacBook. Do you know what may be causing this?
Please see PodFile:
First you have to setup react-native environment, and go to project library run npm install or yarn install and go to ios directory of project and run pod install, now you can open your workspace file in xcode.
follow this link setup react-native environmemnt to setup react-native environment