I am trying to build react native code on M1 Mac. I’m using “react-native”: “0.72.6”.
the same code builds for iOS on another Mac machine but is giving an error on mine
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:AD63AA55-46D7-4B7C-B387-CE981D615DA0, OS:17.0.1, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:AD63AA55-46D7-4B7C-B387-CE981D615DA0, OS:17.0.1, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
Run custom shell script 'Run Script'
eyJ0eXBlIjp7IndvcmtzcGFjZSI6e319fQ==
(2 failures)
How do I solve this?




