objective c - Google Map Integration iOS 1.9.0 issue -


please provide solution on below error google map ios integration, facing last 2 days not getting solution on this.

find below log reference

2014-11-27 11:38:09.230 mappin[2279:41725] coredata: warning: unable load class named 'gmscachedtile' entity 'gmscachedtile'. class not found, using default nsmanagedobject instead. 2014-11-27 11:38:09.231 mappin[2279:41730] coredata: warning: unable load class named 'gmscachedobject' entity 'gmscachedobject'. class not found, using default nsmanagedobject instead. 2014-11-27 11:38:09.233 mappin[2279:41725] -[nsmanagedobject tilecoords]: unrecognized selector sent instance 0x7a174ac0 2014-11-27 11:38:09.235 mappin[2279:41725] * terminating app due uncaught exception 'nsinvalidargumentexception', reason: '-[nsmanagedobject tilecoords]: unrecognized selector sent instance 0x7a174ac0' * first throw call stack: ( 0 corefoundation 0x03466946 exceptionpreprocess + 182 1 libobjc.a.dylib 0x030efa97 objc_exception_throw + 44 2 corefoundation 0x0346e5c5 -[nsobject(nsobject) doesnotrecognizeselector:] + 277 3 corefoundation 0x033b73e7 ___forwarding_ + 1047 4 corefoundation 0x033b6fae _cf_forwarding_prep_0 + 14 5 mappin 0x0011e892 __47-[gmstiledatacache startwithcompletionhandler:]_block_invoke57 + 761 6 mappin 0x00123bc4 -[gmstiledatacache fetchtilesimmediatewithpredicate:sortdescriptor:completionhandler:] + 389 7 mappin 0x0011e44c __47-[gmstiledatacache startwithcompletionhandler:]_block_invoke + 474 8 libdispatch.dylib 0x0391e30a _dispatch_call_block_and_release + 15 9 libdispatch.dylib 0x0393ee2f _dispatch_client_callout + 14 10 libdispatch.dylib 0x03924afc _dispatch_queue_drain + 1475 11 libdispatch.dylib 0x039243c3 _dispatch_queue_invoke + 212 12 libdispatch.dylib 0x03927067 _dispatch_root_queue_drain + 466 13 libdispatch.dylib 0x0392884a _dispatch_worker_thread3 + 115 14 libsystem_pthread.dylib 0x03c9a296 _pthread_wqthread + 724 15 libsystem_pthread.dylib 0x03c97eea start_wqthread + 30 ) libc++abi.dylib: terminating uncaught exception of type nsexception

if you're following tutorial (http://www.raywenderlich.com/81103/introduction-google-maps-ios-sdk-swift) trying implement in existing project, skipped on step add -objc other linker flags under build settings project.

enter image description here


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -