I'm trying to set all latitudes and longitudes as coming from local database in google map with dropping annotations at there.The required values of lat and long come after clicking a button and on the next screen,there is another button which on clicking produce the same result.Luckily, I'm able to refresh the map with new annotations, but as I'm trying to go back the ipad app on device get crash with following crash message:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid Region ' * First throw call stack: (0x382178bf 0x37d631e5 0x382175f5 0x3365539b 0x6b26b 0x6e6a7 0x64c81 0x63753 0x6a84d 0x38171435 0x31cda9eb 0x31cda9a7 0x31cda985 0x31cda6f5 0x31cdb02d 0x31cd950f 0x31cd8f01 0x31cbf4ed 0x31cbed2d 0x37f45df3 0x381eb553 0x381eb4f5 0x381ea343 0x3816d4dd 0x3816d3a5 0x37f44fcd 0x31ced743 0x355b 0x2fa4)
But, working well on simulator.