iOS Question [Solved] Local builder problem with gmaps

JordiCP

Expert
Licensed User
Longtime User
I am developing an app using Google Maps

When using the hosted builder, it works correctly either in debug or release mode with my device.

I have tried to use the Local Builder in my Mac in order to test different layouts with the simulator. For this, I downloaded the latest Google Maps SDK (2.6) and added the .framework files in the localbuilder Libs folder.

It loads the map correctly, I can add markers and everything, but after 3 or 4 some seconds after the map is loaded (and no user interaction with it) the app crashes. It happens either in the simulated devices but also with a real device.

Pls see the logs attached. The reported crash line is meaningless, and changes each time
Google Maps SDK for iOS version: 2.6.30421.0
Error occurred on line: 120 (MapRouteActivity)
-[GMSCachedTile setVersionID:]: unrecognized selector sent to instance 0x60400089d470
Stack Trace: (
CoreFoundation __exceptionPreprocess + 171
libobjc.A.dylib objc_exception_throw + 48
CoreFoundation -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
CoreFoundation ___forwarding___ + 1432
CoreFoundation _CF_forwarding_prep_0 + 120
Falset __62-[GMSTileDataCache storeCacheableTileDatas:completionHandler:]_block_invoke + 1522
CoreData developerSubmittedBlockToNSManagedObjectContextPerform + 168
libdispatch.dylib _dispatch_client_callout + 8
libdispatch.dylib _dispatch_queue_serial_drain + 654
libdispatch.dylib _dispatch_queue_invoke + 329
libdispatch.dylib _dispatch_queue_override_invoke + 477
libdispatch.dylib _dispatch_root_queue_drain + 568
libdispatch.dylib _dispatch_worker_thread3 + 119
libsystem_pthread.dylib 0x0000000117a361ca _pthread_wqthread + 1387
libsystem_pthread.dylib 0x0000000117a35c4d start_wqthread + 13
)
SignalHandler 6

What can it be due to? Should I download a different version?
 
Top