You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use cloud messaging of firebase in my react native project. I followed installation in docs but I got error when running project using react-native run-ios:
fatal error: 'GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h' file not found
#import 'GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h'
I want to use cloud messaging of firebase in my react native project. I followed installation in
docs but I got error when running project using
react-native run-ios
:I run
pod install --repo-update
but not work.It work on android but on ios not.
The text was updated successfully, but these errors were encountered: