Closed deepdarksee closed 5 years ago
Got a clean build by adding imports to the AppDelegate file and fixing a typo in "GMSSServices" (too many S's). Recommend you address both these in the installation instructions.
import GooglePlaces
import GoogleMaps
Thanks for the suggestion!
The docs say to modify AppDelegate.m/.swift in ios/Runner, but the current dev environment has didFinishLaunchingWithOptions in the file AppDelegate.swift. When I insert the recommended Swift code I get the following build errors (xxx used for privacy):
Here is the AppDelegate.swift file content:
flutter doctor