'<GoogleUtilities/GULLoggerLevel.h>' file not found when using Firebase AND MLKit/translate
I've created a new swiftui project in Xcode 14.1 on a MacBook Air M1 It will build and run if I add these pods pod 'FirebaseFirestoreSwift' pod 'GoogleMLKit/Translate', '3.2.0' OR pod 'FirebaseStorage' pod 'GoogleMLKit/Translate', '3.2.0' OR pod 'FirebaseFirestoreSwift' pod 'FirebaseStorage'…