找不到config.h文件,并且:CFBundleIdentifier不存在。错误

时间:2018-11-24 00:32:22

标签: ios xcode reactjs react-native redux

我已经尝试了在互联网上找到的所有解决方案,但是仍然给我同样的错误

我已经尝试了几次:

> npm start

Xcode构建失败:找不到'config.h'文件

$ rm -rf node_modules/ && yarn cache clean && yarn install
$ ls node_modules/react-native/ (missing third-party directory)

环境:

  

OSX-Mojave
  节点-8.12.0
  react-native-cli-2.0.1
  react-native-0.33.0
  Xcode-10.1

1 个答案:

答案 0 :(得分:0)

使用xCode 10

$ cd ./node_modules/react-native && scripts/ios-install-third-party.sh && cd third-party && cd $(ls | grep 'glog' | awk '{print $1}') && ./configure