Command Ld emitted errors but did not return a nonzero exit code to indicate failure

I am upgrading the react-native from 71 to 73. Once Ios is built successfully and its been installed on the simulator, its throwing an error "Command Ld emitted errors but did not return a nonzero exit code to indicate failure". I did the following trying to resolve it but nothing worked so far. deleted derived data pod deintegrate pod install clean project

Any help is appreciated.

Replies

This means you hit a linker error. Look at the build log for the Link step to learn more:

  1. In the Reports navigator, select the failed Build.

  2. In the editor, select the Link step.

  3. Click the button the right to show the log output from that step.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"