Edit troubleshooting.mdx using inpage editor

Summary:
This diff has been automatically generated by the inpage editor.
                        If you want to update this diff, go through the preview link that would be attached to the test plan.
                        Please ensure you are editing the same page that was used to create this diff.

Reviewed By: passy

Differential Revision: D35362632

fbshipit-source-id: fa10a4757847ebec4697b7f99928f9cc477834dd
This commit is contained in:
Anton Nikolaev
2022-04-04 11:14:25 -07:00
committed by Facebook GitHub Bot
parent 46340fa30a
commit 3b6e24d1fb

View File

@@ -35,6 +35,10 @@ We hope that Flipper works well out of the box, but the software is a work in pr
This is a long standing MacOS + Electron issue outside our control. In general restarting your computer fixes the problem.
For a quick, temporarily work around start Flipper with hardware acceleration disabled. Please note that this will consume a lot of CPU: `FLIPPER_DISABLE_GPU=1 open -a Flipper`.
### iOS Simulator fails to connect with error "Failed to find device..."
Try executing `idb kill` and restarting Flipper. See [this comment](https://fb.workplace.com/groups/flippersupport/posts/1288502608297061/?comment_id=1290222721458383&reply_comment_id=1290374518109870) for details.
### iOS Simulator missing from devices dropdown
* Check that `xcode-select -p` shows the same XCode version that you're using. If not, see xcode-select for how to select the correct version.