admin管理员组文章数量:1350131
ℹ️ (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.
本文标签: cXcode parse error on macOS 154 with grpc in flutterStack Overflow
版权声明:本文标题:c++ - Xcode parse error on macOS 15.4 with grpc in flutter - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743869210a2553152.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论