最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c++ - Xcode parse error on macOS 15.4 with grpc in flutter - Stack Overflow

programmeradmin2浏览0评论

ℹ️ (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.

发布评论

评论列表(0)

  1. 暂无评论