gpt4 book ai didi

react-native - 找不到“React/RCTComponentEvent.h”文件

转载 作者:行者123 更新时间:2023-12-04 05:08:49 25 4
gpt4 key购买 nike

我在将我的 react-native-fbsdk 升级到 1.0.1 后遇到了这个问题

/Users/mahgolfathi/plusless-app/node_modules/react-native-fbsdk/ios/RCTFBSDK/login/RCTFBSDKLoginButtonManager.m:22:9: fatal error: 'React/RCTComponentEvent.h' file not found
#import <React/RCTComponentEvent.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

最佳答案

1- 你应该将你的 react-native 版本升级到 6

  • 使用react-native -v 检查您的版本

2- 用 RCTFBSDKLoginButtonManager.m 中的导入更改行:

#import<React/RCTComponentEvent.h>

改为:

#import "RCTComponentEvent.h"

3- 选择项目 RCTFBSDK.xcodeproj,选择目标 RCTFBSDK,选择build设置,搜索“header”,选择“Header Search Paths”并添加此新行:${SRCROOT}/../../../node_modules/react-native/React/Base , 作为非递归。

关于react-native - 找不到“React/RCTComponentEvent.h”文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57508101/

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