running an old react native code which works fine on intel macs but throws this error when running yarn react-native run-ios
— xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:AEDC1B51-F5BA-4439-B4F3-5AC5B271E469, OS:17.2, name:iPhone 14 Pro }
{ platform:iOS Simulator, id:AEDC1B51-F5BA-4439-B4F3-5AC5B271E469, OS:17.2, name:iPhone 14 Pro }
** BUILD FAILED **
The following build commands failed:
Ld /Users/mac/Library/Developer/Xcode/DerivedData/
and Undefined symbols:
Linker command failed with exit code 1 (use -v to see invocation)
when running on xcode (15)




