Crash about CoreLocation

I'm getting crashes in an app affecting hundreds. I use CLLocationManager get location when app launch,Crash happen when app launch。Have you encountered any similar problems and how to solve them? Thank you !!
this crash log:


Code Block 0 CoreFoundation  _exceptionPreprocess + 124
  1 libobjc.A.dylib  objc_exception_throw + 56
  2 CoreFoundation  _methodDescriptionForSelector
  3 CoreFoundation  __forwarding_ + 1380
  4 CoreFoundation  _CF_forwarding_prep_0 + 92
  5 GeoServices  _33-[GEOPlatform hardwareIdentifier]_block_invoke + 64
  6 libdispatch.dylib  dispatch_client_callout + 16
  7 libdispatch.dylib  _dispatch_once_f$VARIANT$mp + 60
  8 GeoServices  -[GEOPlatform hardwareIdentifier] + 56
  9 GeoServices  -[GEOPDAnalyticMetadata(PlaceDataExtras) initWithTraits:] + 456
  10 GeoServices  -[GEOPDPlaceRequest(PlaceDataExtras) _initWithTraits:] + 124
  11 GeoServices  -[GEOPDPlaceRequest(PlaceDataExtras) initWithTraits:count:includeEntryPoints:] + 68
  12 GeoServices  -[GEOPDPlaceRequest(PlaceDataExtras) initWithReverseGeocodeCoordinate:includeEntryPoints:preserveOriginalLocation:traits:] + 60
  13 GeoServices  -[GEOMapService _searchable_ticketForReverseGeocodeCoordinate:includeEntryPoints:shiftLocationsIfNeeded:preserveOriginalLocation:traits:] + 116
  14 GeoServices  -[GEOMapService ticketForReverseGeocodeCoordinate:includeEntryPoints:shiftLocationsIfNeeded:preserveOriginalLocation:traits:] + 140
  15 GeoServices  -[GEOMapService ticketForReverseGeocodeCoordinate:includeEntryPoints:shiftLocationsIfNeeded:traits:] + 108
  16 GeoServices  -[GEOMapService _cl_ticketForReverseGeocodeLocation:traits:] + 200
  17 CoreLocation  CLClientCreateIso6709Notation + 37032
  18 libdispatch.dylib  dispatch_call_block_and_release + 24
  19 libdispatch.dylib  dispatch_client_callout + 16
  20 libdispatch.dylib  dispatch_queue_serial_drain$VARIANT$mp + 528
  21 libdispatch.dylib  dispatch_queue_invoke$VARIANT$mp + 340
  22 libdispatch.dylib  dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 404
  23 libdispatch.dylib  dispatch_workloop_worker_thread$VARIANT$mp + 644
  24 libsystem_pthread.dylib  _pthread_wqthread + 932
  25 libsystem_pthread.dylib  start_wqthread + 4



Crash about CoreLocation
 
 
Q