Previously I used iOS 5
to draw routes between 2 locations and update the current location continuously while navigating using Google Maps API
,it was working fine but now after i upgraded to iOS 6
, nothing is working I am not able to view the map also, Given below is the error i receive when i try to load the map,
-[__NSArrayM objectForKey:]: unrecognized selector sent to instance 0x16665e40
2013-05-24 12:07:26.522 DriverApp[988:c07] WebKit discarded an uncaught exception in the webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame: delegate: <NSInvalidArgumentException> - [__NSArrayM objectForKey:]: unrecognized selector sent to instance 0x16665e40
Can anyone please help me? I am meeting my deadline and I'm really confused on how to proceed further.