Last week I was able to build without any problems, but now when I try to build for iOS it fails with 165k rows of warnings and no errors. All the warnings talk about deprecated methods in the packages I use, but it has never been a problem until this week. I've not changed any version (flutter, packages, xCode), the only edit that I've made is the firebase messagging configuration, but even if I remove it the build fails. What I've tried:
- flutter clean
- remove Podfile.lock
- undone the edits
Any ideas to solve it?