简体   繁体   English

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

[英]Xcode 10 - Can't Build React Native Application

Since updating the Xcode 10, I cannot build and run my app either on a physical device or on the simulator.自从更新 Xcode 10 以来,我无法在物理设备或模拟器上构建和运行我的应用程序。 I have tried via the terminal and directly through Xcode.我已经通过终端和直接通过 Xcode 进行了尝试。 What I have tried:我尝试过的:

  1. Removing my repo and re pulling.删除我的回购并重新拉。
  2. https://github.com/facebook/react-native/issues/19573 https://github.com/facebook/react-native/issues/19573
  3. https://github.com/facebook/react-native/issues/14382 https://github.com/facebook/react-native/issues/14382
  4. https://medium.com/@swyx/if-you-get-a-third-party-config-h-35a3c54e9278 https://medium.com/@swyx/if-you-get-a-third-party-config-h-35a3c54e9278
  5. Print: Entry, ":CFBundleIdentifier", Does Not Exist 打印:条目,“:CFBundleIdentifier”,不存在
  6. "config.h" file not found in iOS project of React native 在 React Native 的 iOS 项目中找不到“config.h”文件

I do not know what is left to do.我不知道还有什么可做的。 I have had all the errors outlined in the above links.我有上面链接中列出的所有错误。 the main one that I am having trouble with at the moment is that config.h does exist and cfbundleidentifier", does not exist .我目前遇到的主要问题是config.h does existcfbundleidentifier", does not exist

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM