Firebase not compiling on Apple Silicone

I recently updated to the new Apple Silicone (arm64) and now I can't compile a project using Firebase. Below is the error I run into:

ld: in /Users/UserName/Documents/AppName/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector(FIRAnalyticsConnectora8eeba373b74508311b8b22b8d3202a6.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/UserName/Documents/AppName/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector' for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)
It looks like whatever package management system you are using is not aware of Apple Silicon. Those package management systems are very slow to notice and adapt to things like new OS versions and especially entirely new platforms.
Hi there,

This is a known issue with Firebase right now and we're working on a fix that should be resolved shortly. You can follow along the process on GitHub: https://github.com/firebase/firebase-ios-sdk/issues/6520

If you run into any other issues, that's the best place to get a quick response!

Firebase not compiling on Apple Silicone
 
 
Q