Nikolay Volosatov
Nikolay Volosatov
Fantastic! I want to mention that integration with SPM seems to be broken with this. Integrated into a macOS project it still refers to UIKit related files.
@Gustavo-Shotl just to clarify, when we say "preview mode" it's not about SwiftUI, it's about the mode of the app when you don't have a route guidance session but rather...
@Gustavo-Shotl to update route in `NavigationViewController` please use this method: ```swift let indexedRouteResponse = IndexedRouteResponse(routeResponse: response, routeIndex: 0) self.navigationViewController?.navigationService.router.updateRoute(with: indexedRouteResponse, routeOptions: routeOptions, completion: nil) ``` `show` and `showWaypoints` are the...
This happened to me when several players had the same preferred colour in settings
All three reports issue author provided are related to C++ exceptions. Has anyone received non-C++-crashes without backtrace?
I'll take a look at this problem next week
Sorry, it would have been better to say "next month". I've checked KSCrash on C++ crash from my sample app, but threads were ok. Could someone provide an example code...
Hi! We investigated the problem and possible solutions in our team. There is one: During installation process of KSCrashMonitor_CPPException we can use a "hack" that is described and implemented in...
Here the PR: #375
There are methods `[KSCrash reportIDs]` and `[KSCrash reportWithID:]`. You can manually fetch all reports, process them and send to your own server. Dictionary keys are available at `KSCrashReportFields.h`. You also...