Home > Software design >  Unable to run react native project on iOS
Unable to run react native project on iOS

Time:11-07

I am using Mac M1, and when I am trying to do npm run ios but getting the below error. No solutions found on the internet solved my issue :( please help

The following build commands failed:
        Ld /Users/fullmad/Library/Developer/Xcode/DerivedData/SagaReserve-hdvaajmlsndpidftnfyqfuxydjqw/Build/Products/Debug-iphonesimulator/SagaReserve.app/SagaReserve normal (in target 'SagaReserve' from project 'SagaReserve')
(1 failure)

This is what is everything in the console: XCode build settings

SECOND: Set XCode to use Rosetta

  1. Go to the Applications folder in Finder
  2. Find XCode
  3. Open application menu and select Get info
  4. Select Open using Rosetta Xcode with Rosetta

Hope it helps you too. Best of luck!

  • Related