Ios 对RNFirebase生成问题作出本机反应

Ios 对RNFirebase生成问题作出本机反应,ios,firebase,react-native,Ios,Firebase,React Native,我在为react本机应用程序构建iOS时遇到问题 当我运行react native run ios时,它会启动构建过程,然后打印此日志: ** BUILD FAILED ** The following build commands failed: CompileC /Users/dev/Library/Developer/Xcode/DerivedData/DatingApp- hhnjjwfhinhhkbbhugkfimkvtfun/Build/Intermediates.noindex/

我在为react本机应用程序构建iOS时遇到问题

当我运行react native run ios时,它会启动构建过程,然后打印此日志:

** BUILD FAILED **

The following build commands failed:
CompileC /Users/dev/Library/Developer/Xcode/DerivedData/DatingApp- hhnjjwfhinhhkbbhugkfimkvtfun/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FirebaseAuth.build/Objects-normal/x86_64/FIRAuth.o /Users/dev/Documents/Projects/DatingAndEventHosting_mobile-application/ios/Pods/FirebaseAuth/Firebase/Auth/Source/Auth/FIRAuth.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler

然后我用XCode构建,它失败了,出现了这个错误

No visible @interface for 'FIRUser' declares the selector 'sendEmailVerificationBeforeUpdatingEmail:actionCodeSettings:completion:'

这是我的package.json

这是我的播客文件


你能帮忙吗。我试图删除节点模块并运行所有缓存清理。

是否通过删除pod并重新安装进行检查?@AmilaDulanjana是的,我删除了所有pod,pod锁文件。然后运行“pod cache clean”——同样的问题here@TrungThai你能解决吗?