弹出 Expo 后无法运行 React Native 应用程序

保罗

我跑了npm run eject之后就无法运行我的项目了。我收到此错误:

In file included from /Users/patrickbassut/Programming/beebo/.expo-source/ios/ios/Exponent/Versioned/Modules/Internal/EXDevSettings.m:3:
/Users/patrickbassut/Programming/beebo/.expo-source/ios/ios/Exponent/Versioned/Modules/Internal/EXDevSettings.h:3:9: fatal error: 'React/RCTDevSettings.h' file not found
#import <React/RCTDevSettings.h>
        ^
1 error generated.


** BUILD FAILED **



The following build commands failed:
    CompileC /Users/patrickbassut/Programming/beebo/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/ExpoKit.build/Objects-normal/x86_64/EXDevSettings.o /Users/patrickbassut/Programming/beebo/.expo-source/ios/ios/Exponent/Versioned/Modules/Internal/EXDevSettings.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/beebo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/beebo.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
  • 反应原生:0.49.5
  • 海拔:4.6.1
  • 守望者:4.7.0
  • 节点:8.1.3

如果有人遇到类似问题并成功解决,请提供帮助。提前致谢!

埃尔南·阿尔伯塔里奥

它也发生在我身上。退出Expo后我遇到了很多问题。我决定使用以下方法再次创建我的项目:

react-native init yourAppName

代替

create-react-native-app yourAppName

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

为什么使用EXPO成功构建后无法安装React Native应用程序?

来自分类Dev

如何通过运行在Expo上的React Native应用程序连接到本地Rails后端?

来自分类Dev

从expo弹出到expoKit / pure React Native

来自分类Dev

命令行以更新EXPO React Native应用程序

来自分类Dev

React Native Expo:更改应用程序配置

来自分类Dev

使用 expo 发布 React Native 应用程序

来自分类Dev

在 ios 模拟器上卸载 React Native 应用程序后无法运行

来自分类Dev

无法清除Expo React本机应用程序中的间隔

来自分类Dev

更新后无法构建 React Native 应用程序

来自分类Dev

无法在 android 上运行 React-native 应用程序

来自分类Dev

如何在React Native Expo中使用图库应用程序打开下载的照片?

来自分类Dev

在React Native EXPO应用程序中使用Formik时出错

来自分类Dev

在Google Play控制台上上传我的React Native / Expo应用程序时出错

来自分类Dev

如何从Xcode将Expo / React Native应用程序部署到iOS设备

来自分类Dev

如何创建仅与EXPO React Native应用程序连接的JSON PHP API?

来自分类Dev

是否可以在react native(expo)中使用内置的设备应用程序摄像头?

来自分类Dev

用户关闭应用程序时,React-Native Expo会发送Firebase帖子

来自分类Dev

使用react-native-cli或expo-cli的移动应用程序?

来自分类Dev

使用 Expo 和 React Native 在应用程序启动之间保持数据

来自分类Dev

在 React Native 应用程序和 Expo 中使用 Google Maps 等原生模块

来自分类Dev

如何在 React Native 应用程序中修改 expo android styles.xml

来自分类Dev

为react-native ios应用程序构建ci / cd管道:如何在gitlab-ci中运行expo build?

来自分类Dev

是否可以将 GetStream.io 与使用 Create React Native App 构建的 React Native 应用程序集成而不弹出?

来自分类Dev

调用React Native Navigator后应用程序冻结

来自分类Dev

集成 React Native 后应用程序图标变为空白

来自分类Dev

运行React Native应用程序而不启动Xcode?

来自分类Dev

React native:无法启动“Google Chrome”应用程序

来自分类Dev

React Native Expo 构建独立应用

来自分类Dev

为什么Xcode 12更新后react-native应用程序中的图像无法渲染

Related 相关文章

  1. 1

    为什么使用EXPO成功构建后无法安装React Native应用程序?

  2. 2

    如何通过运行在Expo上的React Native应用程序连接到本地Rails后端?

  3. 3

    从expo弹出到expoKit / pure React Native

  4. 4

    命令行以更新EXPO React Native应用程序

  5. 5

    React Native Expo:更改应用程序配置

  6. 6

    使用 expo 发布 React Native 应用程序

  7. 7

    在 ios 模拟器上卸载 React Native 应用程序后无法运行

  8. 8

    无法清除Expo React本机应用程序中的间隔

  9. 9

    更新后无法构建 React Native 应用程序

  10. 10

    无法在 android 上运行 React-native 应用程序

  11. 11

    如何在React Native Expo中使用图库应用程序打开下载的照片?

  12. 12

    在React Native EXPO应用程序中使用Formik时出错

  13. 13

    在Google Play控制台上上传我的React Native / Expo应用程序时出错

  14. 14

    如何从Xcode将Expo / React Native应用程序部署到iOS设备

  15. 15

    如何创建仅与EXPO React Native应用程序连接的JSON PHP API?

  16. 16

    是否可以在react native(expo)中使用内置的设备应用程序摄像头?

  17. 17

    用户关闭应用程序时,React-Native Expo会发送Firebase帖子

  18. 18

    使用react-native-cli或expo-cli的移动应用程序?

  19. 19

    使用 Expo 和 React Native 在应用程序启动之间保持数据

  20. 20

    在 React Native 应用程序和 Expo 中使用 Google Maps 等原生模块

  21. 21

    如何在 React Native 应用程序中修改 expo android styles.xml

  22. 22

    为react-native ios应用程序构建ci / cd管道:如何在gitlab-ci中运行expo build?

  23. 23

    是否可以将 GetStream.io 与使用 Create React Native App 构建的 React Native 应用程序集成而不弹出?

  24. 24

    调用React Native Navigator后应用程序冻结

  25. 25

    集成 React Native 后应用程序图标变为空白

  26. 26

    运行React Native应用程序而不启动Xcode?

  27. 27

    React native:无法启动“Google Chrome”应用程序

  28. 28

    React Native Expo 构建独立应用

  29. 29

    为什么Xcode 12更新后react-native应用程序中的图像无法渲染

热门标签

归档