WebTemplateStudio icon indicating copy to clipboard operation
WebTemplateStudio copied to clipboard

Error when running command "yarn ios" on M1 Mac

Open JeanRoca opened this issue 3 years ago • 0 comments

Describe the bug When attempting to run your app using yarn on a Mac with an M1 chip you get an error related to pod install.

To Reproduce Steps to reproduce the behavior:

  1. Clone this project: git clone --branch Mockup-ReactNative https://github.com/microsoft/WebTemplateStudio.git
  2. Go to your react native app root directory
  3. Run yarn
  4. Run yarn react-native link
  5. Run yarn ios
  6. See the following error: image

Expected behavior Your app should open in the simulator after the command yarn ios

Additional context This comment in this issue is the one that fixed the error for me. It seems it's a known Flipper issue as well https://github.com/CocoaPods/CocoaPods/issues/10518#issuecomment-798921838

JeanRoca avatar May 05 '21 23:05 JeanRoca