Reputation: 198
flutter ios error Users/slashglobal/Desktop/myMac/getx_zippyriders/ios/Runner/AppDelegate.m:8:6: error: use of undeclared identifier 'GMSServices' [GMSServices provideAPIKey:@"YOUR_API_KEy"];
issue Solved might be Helpfull
Upvotes: 1
Views: 1830
Reputation: 198
Just go to: ios\runner\AppDelegate.h and Import #import <GoogleMaps/GoogleMaps.h>
Upvotes: 2