LoginSignup
1
1

More than 5 years have passed since last update.

【React Native】 'config.h' file not found

Last updated at Posted at 2018-10-11

解決策

こちらのほうがわかりやすかったので変更しました。
react-nativeでiOSのビルドをするとmutex.hで'config.h' file not foundが出る

$ cd node_modules/react-native/third-party/glog-0.3.4
$ ../../scripts/ios-configure-glog.sh

参考

image.png

rm -rf node_modules/ && yarn cache clean && yarn install and rm -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 folder

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1