-1

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?

enter image description here

Please see PodFile:

enter image description here

AJDee
  • 109
  • 7
  • The problem might be with the libraries inside the pod file, can you please post your pod file here ? – Mahendra Thotakura Jun 01 '22 at 08:07
  • I've added the pod file – AJDee Jun 02 '22 at 12:02
  • Can someone please help here? I've tried other the answer from this link which failed to resolve the problem: https://stackoverflow.com/questions/71933392/react-native-ios-undefined-symbols-for-architecture-x86-64 . I made sure the environment was setup correctly. – AJDee Jun 03 '22 at 14:57

1 Answers1

0

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

Alok Singh
  • 71
  • 7