gpt4 book ai didi

ios - react native ios 构建失败并出现错误 - 'EXUpdates/EXUpdatesAppController.h' 文件未找到

转载 作者:行者123 更新时间:2023-12-04 00:15:52 30 4
gpt4 key购买 nike

react 原生 ios 构建失败并出现错误

'EXUpdates/EXUpdatesAppController.h' file not found
AppDelegate.h 中使用的文件
#import <Foundation/Foundation.h>
#import <EXUpdates/EXUpdatesAppController.h> <--- here
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>

#import <UMCore/UMAppDelegateWrapper.h>

@interface AppDelegate : UMAppDelegateWrapper <RCTBridgeDelegate, EXUpdatesAppControllerDelegate>

@end
任何解决方案?

最佳答案

此错误意味着 Xcode 无法找到应该在您的开发 pod 文件夹中的包(至少对我来说是这样)
需要仔细检查的几点:

  • 确保您拥有 react-native-unimodules已安装并反射(reflect)在您的 package.json 中.
  • 确保 expo-updates包已安装。其他运行npm install expo-updates --save或使用 yarn命令。
  • 在您的 Podfile ,确保你有这一行:use_unimodules!

  • 确保两者都存在后,运行 cd ios后跟 pod install安装 EX 模块。这些模块应该在您的“开发舱”文件夹中。最后,
    重建您的 xcode 项目。这些方法对我有用。希望他们能有所帮助。

    关于ios - react native ios 构建失败并出现错误 - 'EXUpdates/EXUpdatesAppController.h' 文件未找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63847289/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com