From c2cc17833eb794217d4da3595f034f63a7fb0946 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 7 Mar 2019 02:57:25 -0800 Subject: [PATCH] Typos and corrections for troubleshooting docs Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/390 Reviewed By: danielbuechele Differential Revision: D14342222 Pulled By: passy fbshipit-source-id: 10509d3738a02136b378f6694c721fc72f0aeef0 --- docs/troubleshooting.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 9ed5be4db..119e1f622 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -6,27 +6,27 @@ sidebar_label: Troubleshooting Issues We hope that flipper works well out of the box, but the software is a work in progress and problems will occur. Below are some known issues and steps you can take to try to resolve them. -## Desktop app +## Mac Desktop app ### Flipper won't launch -* If the window is appearing, try opening Chrome dev tools within Flipper. To do so, from the View menu select Toggle Developer Tools or press CMD+Option+I and check if there are any errors on the console. -* Launch Flipper from the command line using `/Applications/Flipper.app/Contents/MacOS/Flipper` This should give you some logs, that might be helpful when debugging. -* Delete `~/.flipper` and try relaunching Flipper -* Delete Flipper from your applications folder and redownload [Flipper](https://www.facebook.com/fbflipper/public/mac) -* If you're using `yarn start` to run from source, make sure all dependencies are installed correctly by running yarn install +* If the window is appearing, try opening the Chrome DevTools within Flipper. To do so, from the View menu select Toggle Developer Tools or press CMD+Option+I and check if there are any errors on the console. +* Launch Flipper from the command line using `/Applications/Flipper.app/Contents/MacOS/Flipper`. This should give you some logs, that might be helpful when debugging. +* Delete `~/.flipper` and try relaunching Flipper. +* Delete Flipper from your applications folder and redownload [Flipper](https://www.facebook.com/fbflipper/public/mac). +* If you're using `yarn start` to run from source, make sure all dependencies are installed correctly by running yarn install. ### 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. +* 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. ### No plugins showing up for your device -* Check your device isn't on the list of [known incompatibilities](#known-incompatibilities) +* Check your device isn't on the list of [known incompatibilities](#known-incompatibilities). * Make sure your version of Flipper is up to date. * Make sure the mobile SDK you are using is relatively recent (<1 month old). * Open Chrome dev tools within Flipper. To do so, from the View menu select Toggle Developer Tools or press CMD+Option+I and check if there are any errors on the console. -* Delete `~/.flipper` +* Delete `~/.flipper`. * **Uninstall** and reinstall the mobile app. * Make sure the time and date are set correctly on your mobile device and desktop computer. * If no app plugins are showing up, there may be a connectivity issue between Flipper and your app. Check [connection issues](#connection-issues) to see if anything is failing. @@ -47,9 +47,9 @@ You'll need to manually add this [ViewController](https://github.com/facebook/fl ### Known Incompatibilities The following devices are known to be incompatible or face issues with flipper: -* Physical iOS devices. Currently on iOS, only simulators are supported. [GitHub Issue](https://github.com/facebook/flipper/issues/262) -* Some Samsung devices. [GitHub Issue](https://github.com/facebook/flipper/issues/92) +* Physical iOS devices. Currently on iOS, only simulators are supported ([Tracking Issue](https://github.com/facebook/flipper/issues/262)). +* Some Samsung devices ([Tracking Issue](https://github.com/facebook/flipper/issues/92)). * Genymotion emulators on Android 8+ are reported to have issues. ### File an Issue -Still not working? File an issue on [GitHub](https://github.com/facebook/flipper) with the chrome dev tools logs and the output from the diagnostics screen, if relevant. +Still not working? File an issue on [GitHub](https://github.com/facebook/flipper/issues) with the chrome DevTools logs and the output from the diagnostics screen, if relevant.