iOS Question -[GMSCachedTile versionID]: unrecognized selector sent to instance 0x2829bde50

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All,
I am getting this error in the MapScale class, loading a layout with a Google map

Error occurred on line: 93 (MapScale)
-[GMSCachedTile versionID]: unrecognized selector sent to instance 0x2829bde50
Stack Trace: (
CoreFoundation A900B459-0127-379E-9CBA-0EAB9C5D559F + 40128
libobjc.A.dylib objc_exception_throw + 60
CoreFoundation A900B459-0127-379E-9CBA-0EAB9C5D559F + 1567416
CoreFoundation A900B459-0127-379E-9CBA-0EAB9C5D559F + 131304
CoreFoundation _CF_forwarding_prep_0 + 96
VRCG-DEMO 2.3 __72-[GMSTileDataCache loadTileForTileCoords:dataVersion:completionHandler:]_block_invoke_2 + 172
CoreData 74B49D9C-EFF1-3207-BFBE-28B5E95E8956 + 527212
libdispatch.dylib 5D16936B-4E4C-3276-BA7A-69C9BC760ABA + 16044
libdispatch.dylib 5D16936B-4E4C-3276-BA7A-69C9BC760ABA + 46388
libdispatch.dylib 5D16936B-4E4C-3276-BA7A-69C9BC760ABA + 49316
libdispatch.dylib 5D16936B-4E4C-3276-BA7A-69C9BC760ABA + 93404
libsystem_pthread.dylib 0x00000001eb3feddc _pthread_wqthread + 288
libsystem_pthread.dylib 0x00000001eb3feb7c start_wqthread + 8
)
SignalHandler 6



The error reports to a statement that was always there without errors


B4X:
Private Sub Base_Resize (Width As Double, Height As Double)

    cvs.Resize(Width, Height)

End Sub


Can anyone help ?
 
Top