Edit troubleshooting.mdx using inpage editor

Summary:
Slightly expanding on the great point made in this PR: https://github.com/facebook/flipper/pull/3248

Closes #3248

Reviewed By: jknoxville

Differential Revision: D33582815

fbshipit-source-id: 873eb53ed7b4ec113ef28e7a3714274a5247c9e6
This commit is contained in:
Pascal Hartig
2022-01-14 05:23:21 -08:00
committed by Facebook GitHub Bot
parent 3c6bed9ce8
commit 7f8545bc94

View File

@@ -162,10 +162,14 @@ When using Flipper with React Native, two devices should show up:
1. Make sure you are running a debug build. Flipper _only_ supports debug builds.
1. If you are upgraded from RN < 0.62.2, make sure you've updated all the dependencies and build related files according to the upgrade helper. For example: https://react-native-community.github.io/upgrade-helper/?from=0.61.4&to=0.62.2
1. If you upgraded, make sure you made a clean build: `cd android && ./gradlew clean`, `cd iOS && pod install --repo-update`
1. For iOS, make sure it works on a simulator first
1. If you upgraded, make sure you made a clean build: `cd android && ./gradlew clean`, `cd iOS && pod install --repo-update`.
1. For iOS, make sure it works on a simulator first.
1. (Unconfirmed) check the deployment info target in the XCode project settings. Target should be `iOS 9.0`.
#### Q: I'm seeing "certificate verify failed, type = SSL error" in the logs
Ensure that your device is set to the correct time and timezone for TLS verification to work.
#### Q: I see my app, but I don't see the external plugins I've installed
1. Make sure you've installed the desktop part of the plugin (usually through "Manage plugins" in Flipper). If no plugins show up under "Manage plugins" > "Status", make sure you've selected your running device in the Flipper toolbar (and _not_ "React Native").