Xcode 10-无法构建React Native应用程序

时间:2018-10-07 01:21:20

标签: ios react-native

自从更新Xcode 10之后,我无法在物理设备或模拟器上构建和运行我的应用程序。我已经尝试通过终端和直接通过Xcode。我尝试过的:

  1. 删除我的仓库并重新拉动。
  2. https://github.com/facebook/react-native/issues/19573
  3. https://github.com/facebook/react-native/issues/14382
  4. https://medium.com/@swyx/if-you-get-a-third-party-config-h-35a3c54e9278
  5. Print: Entry, ":CFBundleIdentifier", Does Not Exist
  6. "config.h" file not found in iOS project of React native

我不知道该怎么办。我遇到了以上链接中概述的所有错误。我目前遇到的主要问题是config.h does existcfbundleidentifier", does not exist

1 个答案:

答案 0 :(得分:1)

按照提供的所有链接中的说明进行操作后,我需要做的就是运行npm audit fix,它开始工作。