Googleutilities/Appdelegateswizzler/Private/Gulapplication.H' File > Not Found

GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h' file not found Error when adding rnfirebase in react native

It has been solved in latest update.

GoogleUtilities/GULSceneDelegateSwizzler.h file not found

Update pods from Terminal:

pod update

That should resolve your problem.

ps. backup your app before update

GoogleUtilities/GULAppEnvironmentUtil.h' file not found

In the Podfile, change Google/Analytics to GoogleAnalytics. The Google pod is deprecated and not compatible with recent Firebase versions.

An alternative, but not recommended workaround, could be to lock the Firebase version to something less than 5.5.

UPDATE: June 2021: There is a Crashlytics podspec bug that can also cause this issue. The workaround is to explicitly add GoogleUtilities/Environment to the Podfile or move use_frameworks! to the top of the Podfile. Details in https://github.com/firebase/firebase-ios-sdk/issues/8137. The issue will be fixed in the upcoming Firebase 8.3.0 release.

Firebase push notification - React Native: GULApplication.h file not found

Thank you for all answers,
It was an upstream error which made the latest version corrupted GoogleUtilities 6.7.0.
Updating pod after 19 hours of the post, It solved the problem.
Now the GoogleUtilities is 6.7.1.

Ref: https://github.com/invertase/react-native-firebase/issues/3938



Related Topics



Leave a reply



Submit