You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the following error when trying to build the benchmark project on MacOS 15.4 on a M4 Macbook Air.
/XcodeBenchmark/Pods/gRPC-Core/src/core/lib/promise/detail/basic_seq.h:499:38: error:
a template argument list is expected after a name prefixed by the template
keyword [-Wmissing-template-arg-list-after-template-kw]
499 | Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
| ^
1 error generated.
...
The following build commands failed:
CompileC /Users/aivant/Documents/XcodeBenchmark/DerivedData/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/gRPC-Core.build/Objects-normal/arm64/memory_quota.o /Users/aivant/Documents/XcodeBenchmark/Pods/gRPC-Core/src/core/lib/resource_quota/memory_quota.cc normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'gRPC-Core' from project 'Pods')
Building workspace XcodeBenchmark with scheme XcodeBenchmark
(2 failures)
I suspect this has to do with this issue and will require an update to Firebase 11
The text was updated successfully, but these errors were encountered:
I'm on a brand new M4 Pro MBP with a fresh xcode install, fresh clone of the repo, and am having a build failure on the same file. I checked the Podfile.lock and it indeed has Firebase 10 instead of 11 as has been pointed out in the other thread is the issue; this is a problem that needs fixed in this project and the updated lock file pushed.
I'm seeing the following error when trying to build the benchmark project on MacOS 15.4 on a M4 Macbook Air.
I suspect this has to do with this issue and will require an update to Firebase 11
The text was updated successfully, but these errors were encountered: