Describe your environment
- Xcode version: 11.3.1
- Firebase SDK version: 6.14.0
- Firebase Component: Auth
- Component version: 6.4.2
Describe the problem
#import <GoogleUtilities/GULSceneDelegateSwizzler.h>
Pods/FirebaseAuth/Firebase/Auth/Source/Auth/FIRAuth.m:32:9: ‘GoogleUtilities/GULSceneDelegateSwizzler.h’ file not found
Steps to reproduce:
Pod update to Firebase/Auth 6.4.2
@raulrom13 happy to hear! You’re very welcome. Sounds like you hit an edge case with CocoaPods, I’ll see if I can get a small repro that I can file a bug with them. Cheers!
I won’t close this bug yet until we figure out the problem @Aresgod112 is seeing.
Hi.
I face same problem.
And
pod update
on flutter/ios solved in my case.This was helpful.
https://stackoverflow.com/questions/59754797/googleutilities-gulscenedelegateswizzler-h-file-not-found
flutter clean
– can’t solvepod repo update
* +pod update
– solve.I think flutter setup flow not support cocoapod’s trash clean.