ℹ️ (flutter app using android studio on MacBook)
Worked 2 days ago on my flutter app without issues. Today I updated my MacOS to 15.4 which I'm guessing updated Xcode to a newer version as well. On the first build of the app without updating any packages (pub OR pod) it failed with the below code:
Parse Issue (Xcode): A template argument list is expected after a name prefixed by the template keyword
(root)/ios/Pods/gRPC-Core/src/core/lib/promise/detail/basic_seq.h:102:37
This is causing the app to not build at all and won't of course load.
⚠️ I have tried:
- Flutter clean build, pod deintegrate, pod cache clear, Xcode clean build folder.
- I have looked at that file where it's complaining and can't resolve the issue in the file manually without causing more errors. I have seen almost similar issues with something called 'llvm' but not exactly the same.