This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
how to run flipper with apple silicon #4009
Unanswered
crisfcodes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem trying to run an application made in react-native which uses Flipper in apple silicon, I get the following error:
I tried some things like running Xcode in rosetta mode but it didn't work, I also tried some possible solutions mentioned in this issue, but none of the options worked.
for now, the only thing that has worked is to adjust the
react-native.config.js
file to prevent auto-linking for Flipper, like so:This option disables Flipper and what I need is to make it work, not to disable it.
Beta Was this translation helpful? Give feedback.
All reactions