I am trying to build an archive of my iOS app, but the following linker error occurs:
Apple Mach-O Linker (ld) Error Group
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have several Pod and react-native dependencies. and am able to build the app for running on both a simulator and a physical device.
How do I resolve this issue?