iOS Question Google Maps error

Luiz Fernando Orlandini

Active Member
Licensed User
Longtime User
Hi Folks,

Until the end of 2015, my App was working like a charm. After upgrade them to the latest Xcode release and Google Maps library, I got the following error.

-[GMSDelegateForward mapViewDidStartTileRendering:]: unrecognized selector sent to instance 0x7a07ca80

B4X:
-[GMSDelegateForward mapViewDidStartTileRendering:]: unrecognized selector sent to instance 0x7a07ca80
Stack Trace: (
  CoreFoundation       __exceptionPreprocess + 180
  libobjc.A.dylib      objc_exception_throw + 50
  CoreFoundation       -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
  CoreFoundation       ___forwarding___ + 1037
  CoreFoundation       _CF_forwarding_prep_0 + 14
  Schoolastic          -[GMSMapView raiseMapViewDidStartRenderingIfAppropriate] + 136
  Schoolastic          -[GMSMapView vectorMapViewDidStartLoadingTiles:] + 123
  Schoolastic          -[GMSVectorMapView lastUpdateHadPendingTiles] + 131
  Schoolastic          -[GMSTilesEntityProvider tileUpdaterBehaviorDidUpdate:hadAllTiles:tilesChanged:copyrightsChanged:copyrights:imageryCopyrights:copyrightYear:] + 141
  Schoolastic          ___ZN12_GLOBAL__N_121GLTileUpdaterBehavior6CommitEPN7gmscore8renderer14EntityRendererE_block_invoke719 + 128
libdispatch.dylib    _dispatch_call_block_and_release + 15
libdispatch.dylib    _dispatch_client_callout + 14
libdispatch.dylib    _dispatch_main_queue_callback_4CF + 689
CoreFoundation       __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 14
CoreFoundation       __CFRunLoopRun + 2356
CoreFoundation       CFRunLoopRunSpecific + 470
CoreFoundation       CFRunLoopRunInMode + 123
GraphicsServices     GSEventRunModal + 192
GraphicsServices     GSEventRun + 104
UIKit                UIApplicationMain + 160
Schoolastic          main + 138
libdyld.dylib        start + 1
)

I'm using GoogleMaps SDK Version: 1.11.21919

Any thoughts on this that could help me to solve?

Thanks in advance.
 
Last edited:
Top