GroundOverlaySample

A sample app demonstrating a memory leak in the GoogleMaps SDK for iOS

Running the app

  1. Clone the repo: git clone https://github.com/PoshAlpaca/GroundOverlaySample.git.
  2. Open the project directory: cd GroundOverlaySample.
  3. Run make secrets GOOGLE_MAPS_API_KEY=<google-maps-api-key>, passing in the API key for Google Maps.
  4. Open the .xcworkspace file: xed GroundOverlaySample.xcworkspace.
  5. Click “Run” or hit Command + R.

GitHub

View Github