From 3b6e24d1fb1743ae73867714005dd197121854bd Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Mon, 4 Apr 2022 11:14:25 -0700 Subject: [PATCH] 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 --- docs/troubleshooting.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index d91b5b0f7..e9b5c2c8b 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -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.