diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index 660fe293f..d91b5b0f7 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -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").