Skip to content

Commit 56c8eff

Browse files
espipjDylanVann
authored andcommitted
chore: Document installing pods as troubleshooting method.
fix #534 fix #257
1 parent 7b8c0c8 commit 56c8eff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/troubleshooting.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ If you have problems you can try:
88
- Clearing watchman's watches. (`watchman watch-del-all`)
99
- Clearing React Native's packager cache. (`react-native start --reset-cache`)
1010
- 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

Comments
 (0)