So beheben Sie ein Flutter -Parse -Problem für iOS Simulator

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: So beheben Sie ein Flutter -Parse -Problem für iOS Simulator

by Anonymous » 17 Aug 2025, 20:21

Ich baue eine Flutter -App für iOS und Android und im vergangenen Monat bin ich auf diesen Fehler gestoßen. < /p>

Code: Select all

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.
Ich habe versucht, alles zu udieren, ich habe mehrere Schritt versucht, um es zu korrigieren, aber nichts scheint zu funktionieren.>

Top