Pedro Caldeira Active Member Licensed User Longtime User Sep 8, 2023 #1 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Sep 10, 2023 #2 This one: https://www.b4x.com/android/forum/threads/b4x-xui-scale-for-google-maps.86975/#content ? Can you upload a small project that reproduces it? Upvote 0
This one: https://www.b4x.com/android/forum/threads/b4x-xui-scale-for-google-maps.86975/#content ? Can you upload a small project that reproduces it?