Abdul Rahman Panhyar
Abdul Rahman Panhyar

Reputation: 198

error: use of undeclared identifier 'GMSServices' [GMSServices provideAPIKey:@"YOUR_API_KEY"]; flutter

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

Answers (1)

Abdul Rahman Panhyar
Abdul Rahman Panhyar

Reputation: 198

Just go to: ios\runner\AppDelegate.h and Import #import <GoogleMaps/GoogleMaps.h>

Upvotes: 2

Related Questions