From 11879c127b97db72ff81b446d1d34783eb30e66a Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 5 Mar 2021 10:30:42 -0800 Subject: [PATCH] Add portal troubleshooting instructions Summary: Adds an internal section for portal troubleshooting Reviewed By: passy Differential Revision: D26847795 fbshipit-source-id: b12bef20b2f832c4264cfd5cafcced414575b82b --- docs/troubleshooting.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index ad4cf06dc..7335abd67 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -7,6 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import InternalTroubleshooting from './fb/internal-troubleshooting.mdx'; +import PortalTroubleshooting from './fb/portal-troubleshooting.mdx'; + 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. @@ -187,7 +189,7 @@ That is correct, the dependencies won't be actually included in the release (whe First, make sure your cocoapods is up to date (`sudo gem install cocoapods`), and that you are using the [latest FlipperKit](getting-started/react-native#using-the-latest-flipper-sdk). -For inexplainable build errors, clone and verify if our [reference project](https://github.com/facebook/flipper/tree/master/react-native/ReactNativeFlipperExample) builds and runs locally. If it does, we recommend to compare the `package.json` and `ios/Podfile` files with yours. If that doesn't yield anything, compare the `ios/Podfile.lock` as well to verify any transitive pod dependencies need updating. +For inexplainable build errors, clone and verify if our [reference project](https://github.com/facebook/flipper/tree/master/react-native/ReactNativeFlipperExample) builds and runs locally. If it does, we recommend to compare the `package.json` and `ios/Podfile` files with yours. If that doesn't yield anything, compare the `ios/Podfile.lock` as well to verify any transitive pod dependencies need updating. #### `YogaKit.modulemap` not found @@ -235,7 +237,7 @@ Comment out the relevant lines in `ios/Podfile` and run `cd ios && pod install` # post_install do |installer| # flipper_post_install(installer) # end -``` +``` #### Disable Flipper on CI builds (iOS) @@ -249,3 +251,11 @@ To speed up CI builds, Flipper can be disabled on CI environments by making the end end ``` + + + +## Portal + + + +