Closed
Description
i am
macOS 10.13.6
"react-native": "0.56.1"
Share the steps I solved:
rm -rf node_modules/ && yarn cache clean && yarn add
andrm -rf ~/.rncache
cd node_modules/react-native/scripts
./ios-install-third-party.sh
If your network is slow, you can download the packages separately and move them to therncache
folder
1. folly-2016.10.31.00
2. double-conversion-1.1.5
3. glog-0.3.4
4. boost_1_63_0cd <Your-Project-Folder>/node_modules/react-native/third-party/glog-0.3.4
./configure
- Xcode Clean & Build
hope to help friends who have the same problem.
Originally posted by @lyon007 in #14382 (comment)