WebTemplateStudio
WebTemplateStudio copied to clipboard
Error when running command "yarn ios" on M1 Mac
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:
- Clone this project: git clone --branch Mockup-ReactNative https://github.com/microsoft/WebTemplateStudio.git
- Go to your react native app root directory
- Run yarn
- Run yarn react-native link
- Run yarn ios
- See the following error:
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