You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/21 17:19:27 UTC

[GitHub] [cordova-plugin-geolocation] lkonzen-garupa opened a new issue #161: iOS CDVLocation.m error on Crashlytics

lkonzen-garupa opened a new issue #161: iOS CDVLocation.m error on Crashlytics
URL: https://github.com/apache/cordova-plugin-geolocation/issues/161
 
 
   <!--
   Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] Bug Report
   - [ ] Feature Request
   - [ ] Support Question
   
   ## Description
   I'm getting errors registered on crashlytics for iOS. With occurrences on all the different devices (Iphone 6, 7,....) 
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   ```
   Fatal Exception: NSGenericException
   0  CoreFoundation                 0x1832e2d8c __exceptionPreprocess
   1  libobjc.A.dylib                0x18249c5ec objc_exception_throw
   2  CoreFoundation                 0x1832e23c0 -[__NSSingleObjectEnumerator initWithObject:]
   3  Garupa                         0x1030b4640 -[CDVLocation returnLocationError:withMessage:] (CDVLocation.m:312)
   4  Garupa                         0x1030b3178 -[CDVLocation startLocation:] (CDVLocation.m:117)
   5  Garupa                         0x1030b3a64 __27-[CDVLocation getLocation:]_block_invoke (CDVLocation.m:222)
   6  libdispatch.dylib              0x182bd4aa0 _dispatch_call_block_and_release
   7  libdispatch.dylib              0x182bd4a60 _dispatch_client_callout
   8  libdispatch.dylib              0x182bdbb84 _dispatch_queue_override_invoke$VARIANT$mp
   9  libdispatch.dylib              0x182be1cac _dispatch_root_queue_drain
   10 libdispatch.dylib              0x182be19fc _dispatch_worker_thread3
   11 libsystem_pthread.dylib        0x182f07fac _pthread_wqthread
   12 libsystem_pthread.dylib        0x182f07b08 start_wqthread
   ```
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   ```js
   navigator.geolocation.watchPosition(
                   getPositionSuccess,
                   function (err) {...},
                   {
                       enableHighAccuracy: true,
                       timeout: 5000,
                       maximumAge: 5000
                   }
               )
   ```
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Occurs on iOS on all devices.
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova version: 8.1.2
   cordova-plugin-geolocation: 4.0.1
   Ionic framework: 1
   Ionic cli: 4.12.0
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
   
   - [x] I searched for already existing GitHub issues about this
   - [-] I updated all Cordova tooling to their most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org