Questions tagged [quincykit]

QuincyKit is a live management of crash reports for Mac OS X and iOS.

QuincyKit is a live management of crash reports for Mac OS X and iOS.

5 questions
1
vote
1 answer

Quincykit stopped collecting crashes

I checked my crash-log managed by QuincyKit and the last one appeared on February 14th and nothing more. The iTunes report instead list 7 crashes just for yesterday, of course without giving any detail. I tried emulating a crash on my app and I…
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
1
vote
1 answer

I may no longer symbolicate crashlog with atos

Since the latest few Xcode version I am not able to symbolicate the crash-logs I receive through Quncykit. When I execute the usual: xcrun atos -arch armv7s -o * -l 2480260 0x0000000100271884 I get error: atos cannot load symbols for the file In…
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
1
vote
1 answer

Need help interpreting a crash log from QuincyKit

I recently added QuincyKit (a crash log reporter that sits on top of PLCrashReporter) into an app and I received a crash log that I'm having trouble interpreting. The crash log seems to be inconsistent - it says it was thread 0 that crashed, but the…
software evolved
  • 4,314
  • 35
  • 45
0
votes
0 answers

C++ verify creditcard via LUHN Formula (Loop & SumToken Error)

I used to be coding with C#, I'm learning C++ at UOW currently. There's this assignment that im supposed to verify a credit card whether its valid via modulus 10 (LUHN formula) However I didn't manage to get the correct answer as displayed/required…
Marcus Moo
  • 196
  • 1
  • 2
  • 20
0
votes
1 answer

Migrating QuincyKit server from 2 to 3

The readme at the QuincyKit site suggests setting up a brand new server instance. Still, has anyone tried migrating QuincyKit v2 server to v3? The schema doesn't look all that different... I'm only using QK for iOS crashes, no MacOS. Specifically,…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281