A sample app demonstrating a memory leak in the GoogleMaps SDK for iOS
GroundOverlaySample
A sample app demonstrating a memory leak in the GoogleMaps SDK for iOS
Running the app
- Clone the repo:
git clone https://github.com/PoshAlpaca/GroundOverlaySample.git
. - Open the project directory:
cd GroundOverlaySample
. - Run
make secrets GOOGLE_MAPS_API_KEY=<google-maps-api-key>
, passing in the API key for Google Maps. - Open the
.xcworkspace
file:xed GroundOverlaySample.xcworkspace
. - Click “Run” or hit Command + R.