我按照说明使用此库将Firebase FCM消息传递添加到我的反应本机应用程序:https://github.com/evollu/react-native-fcm
我按照它的说明安装了库,运行了react-native链接,并安装了pod但我收到了错误RNFIRMessaging.h file not found
AppDelegate.m
#import "AppDelegate.h"
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import <React/RCTLinkingManager.h>
#import "RNFIRMessaging.h"
我看到pod安装了库项目 - 我是否需要以某种方式链接它或使用xcode设置它的引用?
我不确定如何检查在XCode中是否正确设置了pod引用。