I was working an app on flutter and got error when I tried to build my app on xcode. I got error like this :
Here's the most error I get
Use of undeclared identifier 'FIRAnalytics'
And here is the technology I used :
I don't know what should I do with this error, this is my first time using firebase on flutter and there is no problem when I build for android.
Can someone tell me what I need to do to solve this?