I just updated GoogleMap SDK Framework for my app, from v1.5 to v1.6. I downloaded the SDK from Google Developer website.
Everything was fine. I can compile and build successfully. But right after my app start and display the map, I found some logs that I believe this came from GoogleMap SDK
Error: : Cannot find image GMSSprites-0_retina
Error: : Image data can't be NULL.
Google Maps SDK for iOS version: 1.6.0.6204
The app itself is not crashed. I have tried scrolling, zooming in, zooming out the map and its just fine. But I'm afraid at some point, this error will make a unexpected behaviour.
So, the question is : How can I solve this error ? Thanks in advance
I found a solution from the link AlexVogel provided. Just update to the latest version (v1.6.1) and I don't see this error log anymore. Thanks for sharing