Crash on iOS launch with the latest SDK (1.0.4)

saggis

Posted on
Jul 21 2014

I can confirm we're using the latest version. Scenario:

  • Crash occurs.
  • Relaunch.
  • Crash.
  • Relaunch.
  • Crash. etc.

The only way to fix this is to delete the app entirely. Unfortunately we will have to pull Raygun out if we can't resolve this.

Initialised as follows in didFinishLaunchingWithOptions:
NSString *appName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"];
[Raygun sharedReporterWithApiKey:@""];
[[Raygun sharedReporter] identify:appName];

Report:
https://gist.github.com/sammcewan/a45026a390e1750c3d62


martin308

Posted on
Jul 21 2014

Hi,

I am just looking into this now, will let you know when I have resolved it

Martin


martin308

Posted on
Jul 21 2014

Are you able to email me? martin at raygun.io

Cheers

Martin


Reply