From 56c8eff5e93afc6e83b7ee952abb0ea7f8aeaa2a Mon Sep 17 00:00:00 2001 From: Pablo Espinosa Date: Thu, 5 Sep 2019 04:14:39 +0100 Subject: [PATCH] chore: Document installing pods as troubleshooting method. fix #534 fix #257 --- docs/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 7ede2f0..98a1267 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -8,3 +8,5 @@ If you have problems you can try: - Clearing watchman's watches. (`watchman watch-del-all`) - Clearing React Native's packager cache. (`react-native start --reset-cache`) - Clearing React Native's iOS build folder. (`rm -rf ios/build`) +- Updating Pod repos. (`cd ios && pod repo update`) +- Reinstalling Pods. (`cd ios && pod install`)