docs/getting-started/troubleshooting/general.mdx
import InternalGeneral from './fb/_general.mdx';
Flipper is a 'work in progress' and issues may occur. This page mostly contains general issues associated with the Mac desktop apps (Android is mentioned) and provides steps you can take to try to resolve them.
<InternalGeneral />/Applications/Flipper.app/Contents/MacOS/Flipper. This should give you some logs, that might be helpful when debugging.~/.flipper and try relaunching Flipper.yarn start to run from source, make sure all dependencies are installed correctly by running yarn install.~/.flipper.The following devices are known to be incompatible or face issues with Flipper:
For Android, you first need to set up Android Virtual Devices, called AVDs. You can do this in Android Studio using the Virtual Device Manager.
For iOS, after installing Xcode, you should have a default set of simulators set up. However, it is possible to delete them and there is no easy way to restore them afterwards. You can use a script like this one to recreate the default set.