No such module 'FirebaseAnalytics'

Hi myself adarsh

i am working on a government project. when I run the project in code it always getting an issue "No such module ---------".

cleaning the project
deintegrating the pod
reinstall pod
caching the pod
cloning the project again
valid architecture issue

I have tried all the solutions by googling it but it getting another "No such module ------" issue for another pod.

Does anyone know the answer for this . can you help me out to get out of this issue.
because of this issue, i can not run the project in the simulator and device.

I believe it is now import Firebase instead of import FirebaseAnalytics so give that a try. This is assuming your Cocoapods setup is correct, and you added the correct pod in your Podfile - pod 'Firebase/Analytics .