1
votes

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)

React Native version: 0.63 Xcode version: 11.3.1 react-native-fbsdk: 2.0.0

1

1 Answers

0
votes

1° Solution (Recommended):

I also have this problem, it seems to occur in the Xcode 11.3.1 version. One way to fix is updating the version to 11.6.

2° Solution:

  • Comment all flipper function in podfile

Print Podfile

  • Remove the function InitializeFlipper and Imports from appDelegate:

Print Xcode

  • Run pod install:

Print terminal

  • Clean project;

  • Try again: react-native run-ios