1

I'm facing the below mentioned issue unable to run even new fresh code in react native.

** BUILD FAILED **


The following build commands failed:
        Ld /Users/rajkumar/Library/Developer/Xcode/DerivedData/Lead-eglylsywnqcvohasboackklnitvi/Build/Products/Debug-iphonesimulator/Lead.app/Lead normal x86_64
(1 failure)

I had followed this below steps but getting same error. Can any one please guide me to resolve this issue please

comment all flipper function in podfile remove flipperInit in appDelegate remove openSSl in podfile.lock pod install, clean project run again

Hend El-Sahli
  • 6,268
  • 2
  • 25
  • 42
Rajkumar
  • 11
  • 3
  • Try to clean build, and then run your project from xcode – Hend El-Sahli Jan 18 '21 at 08:41
  • I had tried this process, But unable to resolve the issue – Rajkumar Jan 18 '21 at 08:46
  • Try to create an empty-project and see if it builds... – Hend El-Sahli Jan 18 '21 at 08:53
  • I'm getting same issue even after creating an empty project. Please find the below details for the issue i'm getting. – Rajkumar Jan 18 '21 at 09:22
  • Undefined symbols for architecture x86_64: "___darwin_check_fd_set_overflow", referenced from: _RAND_poll in libcrypto.a(rand_unix.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) – Rajkumar Jan 18 '21 at 09:24
  • ** BUILD FAILED ** The following build commands failed: Ld /Users/rajkumar/Library/Developer/Xcode/DerivedData/Demo-cydiidwtvewpvtbgfkrsmhbrvyza/Build/Products/Debug-iphonesimulator/Demo.app/Demo normal x86_64 (1 failure) – Rajkumar Jan 18 '21 at 09:24
  • Please guide me to resolve this issue – Rajkumar Jan 18 '21 at 09:26
  • Take a look https://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64 – Hend El-Sahli Jan 18 '21 at 09:30

0 Answers0