i am building a flutter app for ios and android and over the past month i have run into this error
Parse Issue (Xcode): A template argument list is expected after a name prefixed by the
template keyword
/Users/FlutterApps/seajourney/ios/Pods/gRPC-Core/src/core/lib/promise/detail/basic_seq.h:102:37
Parse Issue (Xcode): A template argument list is expected after a name prefixed by the template keyword
/Users/FlutterApps/seajourney/ios/Pods/gRPC-C++/src/core/lib/promise/detail/basic_seq.h:102:37
Error (Xcode): Framework 'grpc' not found
Error (Xcode): Framework 'FirebaseFirestoreInternal' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Error (Xcode): Framework 'FirebaseFirestore' not found
Could not build the application for the simulator.
Error launching application on iPhone 16 Pro Max.
I have tried to udate everything, i have tried several step to correct it but nothing seems to work.
Can anyone guide me on how to fix this error.
THank you