Reputation: 31
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
Upvotes: 1
Views: 329
Reputation: 96
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.
Clean project;
Try again: react-native run-ios
Upvotes: 0