Thank you everyone, I solved my problem. #21714
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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 the
rncache
folder1. folly-2016.10.31.00
2. double-conversion-1.1.5
3. glog-0.3.4
4. boost_1_63_0
cd <Your-Project-Folder>/node_modules/react-native/third-party/glog-0.3.4
./configure
hope to help friends who have the same problem.
Originally posted by @lyon007 in #14382 (comment)
The text was updated successfully, but these errors were encountered: