2

I am developing a location based app, Implementing INSTABUG SDK in the app. But when i shake my iPhone the app crashes.

Can anyone here help me please.. Spent 2 days with it?? Thanks In advance

Below is my device console, at the time of crash: Thanks in advance :)

libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
��Jun 27 15:31:35 iPhone5 com.apple.launchd[1] (UIKitApplication:com.whosfree.com[0x2000][3070]) <Warning>: (UIKitApplication:com.whosfree.com[0x2000]) Job appears to have crashed: Segmentation fault: 11
��Jun 27 15:31:35 iPhone5 backboardd[26] <Warning>: Application 'UIKitApplication:com.whosfree.com[0x2000]' exited abnormally with signal 11: Segmentation fault: 11
��Jun 27 15:31:35 iPhone5 ReportCrash[3072] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/WF_2013-06-27-153134_iPhone5.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Mohammad AbuShady
  • 40,884
  • 11
  • 78
  • 89
Sundeep Saluja
  • 1,089
  • 2
  • 14
  • 36
  • Segmentation fault generally occurs when over release is done. Try running your application with NSZombieEnabled. This will tell you if you're over releasing any object. – rishi Jun 27 '13 at 10:11
  • But it happens only when i shake my iphone, It means when call goes to instagram SDK. – Sundeep Saluja Jun 27 '13 at 10:15
  • with these logs I can only tell this much, you will have detailed logs once you use NSZombie. – rishi Jun 27 '13 at 10:17
  • If you still have any problems with Instabug please send us an email at contactus@instabug.com ... we'd love to help you out – Zyad Sherif Apr 03 '14 at 13:29

0 Answers0