Xcode – Build failed with error: Undefined symbol: ___darwin_check_fd_set_overflow
I've created a new React Native project with npx react-native init AwesomeProject. When I try to run ios app with npx react-native run-ios, build fails with the following error. Undefined symbol: ___darwin_check_fd_set_overflow I am using XCode 11.3. After some research,…