We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8c0c8 commit 56c8effCopy full SHA for 56c8eff
docs/troubleshooting.md
@@ -8,3 +8,5 @@ If you have problems you can try:
8
- Clearing watchman's watches. (`watchman watch-del-all`)
9
- Clearing React Native's packager cache. (`react-native start --reset-cache`)
10
- Clearing React Native's iOS build folder. (`rm -rf ios/build`)
11
+- Updating Pod repos. (`cd ios && pod repo update`)
12
+- Reinstalling Pods. (`cd ios && pod install`)
0 commit comments