crash-reports

App crashing when launching from AppStore or TestFlight but working fine elseways

 ̄綄美尐妖づ 提交于 2019-12-04 08:22:50
My application update has been rejected. Into the rejection message, they wrote "Application crashes at launch". I then tried my application but couldn't make it crash. So I used TestFlight and noticed that when I was launched my app from TestFlight or AppStore, it was crashing at launch. But if I launch my app normally, it does work without any crashes. The thing is this bug occurred since iOS 10 update. Now my application on store also crashes when launched from AppStore while it was working fine 2 weeks go. Apple sent me a crash log: Incident Identifier: 001969F1-F275-4AC3-AFE1-E0426957B702

iPhone Crash with “No Backtrace”

烈酒焚心 提交于 2019-12-04 04:40:58
问题 My iPhone app was recently rejected from the App Store "because it crashes on launch". However, I cannot reproduce this crash. The app works perfectly on both the simulator and a device with the same hardware and software Apple tested it on (iPhone 3.1 running iOS 4). The crash logs they sent me say "No Backtrace Available", so I have nowhere to look in my code. Here's an example: Incident Identifier: [...] CrashReporter Key: [...] Hardware Model: iPhone3,1 Process: [MyApp] [1172] Path: /var

In App Purchase causes occasional crash

不打扰是莪最后的温柔 提交于 2019-12-03 22:28:51
问题 I've searched the internet for help on this but to no avail. My app is live on the app store and a minority of users are reporting the app freezing on them and crashing after making an In App Purchase (the only IAP in my game, it basically unlocks the full version). Even when they restart their device and try to continue, it crashes again. I haven't been able to reproduce the crash - here is the crash report: {"bug_type":"109","os_version":"iPhone OS 9.2 (13C75)","timestamp":"2015-12-12 15:34

iOS Simulator Crash Logs

梦想与她 提交于 2019-12-03 17:07:30
问题 When I use the iOS simulator and the app crashes, I can't find the crash logs. I've been looking all over the internets and can't figure out how to enable them. I know I can just run on an actual device and get the crash logs that way, but the bug I'm trying to fix right now tends to cause the program to be hung in the debugger. Then there's no qlaunchsuccess packet sending and it's a huge pain, especially when I have to run the program over and over. The only advice I've been able to find

Xcode, Parse Crash Reporting, dSYM file not created

感情迁移 提交于 2019-12-03 16:41:55
I have an iOS app, written in Swift in Xcode 6.2, using the Parse SDK 1.7.0. I've gone through the Parse Quick Start instructions for setting up crash reporting (including ParseCrashReporting.enable() in the AppDelegate), but it seems that my run script is having an issue. The error is: App "/Users/ben/Library/Developer/Xcode/DerivedData/MyApp-ahydphsjgdgefbhcdodokcmofehe/Build/Products/Debug-iphonesimulator/MyApp.app.dSYM" wasn't found. Command /bin/sh failed with exit code 1 . According to this, it seems that Xcode is not creating the dSYM file. In my Build Settings > Build Options I have

Disable “application has stopped working” window

泪湿孤枕 提交于 2019-12-03 15:44:23
We got a .NET WCF service that should be 100% uptime ideally. But sometimes we have a memory leaking issues in our application that caused by 3rd party DB connectivity component. We configured nnCron to watch for process existence and when the process of that service is exited, it should start it again. But when the app is crashing down windows pops up an noisy window informing that app has crashed. Here it is: And only when we click on dumb "Close the program" button, the process really disappearing from system. And only after that nnCron restart service. We don't want to monitor this window

iOS9: duplicated lines in crash reports are causing symbolicatecrash to get stuck

两盒软妹~` 提交于 2019-12-03 15:30:17
问题 This is not a question because I have already found a workaround. I am publishing it so that others can take advantage on the hours I was spending on it, and use my suggested workaround. I have got some strange crash reports - a single line was duplicated many times: ... 0x190e08000 - 0x190e49fff Notes arm64 <f45c09ce977b3282ab0e879252dfebee> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x190f9c000 - 0x190fa6fff NotificationsUI arm64 <73dcb247ed183ce7bb330d7bb55f93bd> /System

Where can I view the Google Analytics iOS crash logs?

送分小仙女□ 提交于 2019-12-03 15:26:34
In Google Analytics native SDK for iOS (v2 Beta) I found the following line in there documentation: // Optional: automatically track uncaught exceptions with Google Analytics. [GAI sharedInstance].trackUncaughtExceptions = YES; Does this mean, that Google Analytics now also supports crash logs tracking (like BugSense or Crittercism)? But where do I find them in the online interface of Google Analytics? Hắc Huyền Minh On the left panel, expand the Engagement menu and then click on Crash and Exceptions Update: Now it is GoogleAnalytics V4 and for that go Behavior -> Crashes and Exceptions Look

Latest release not appearing in Xcode Crashes Organizer

北城以北 提交于 2019-12-03 15:06:31
问题 I released a new version 6 days ago. I see some crashes in iTunesConnect analytics, but none in the crashes organizer, nor does my release even appear in the "version" dropdown within the crashes organizer. Normally it takes a day or two after a release for crash reports to make their way into the Xcode Crashes organizer, and anecdotally I've seen the crashes appear in the Xcode Crashes organizer about the same time as in the iTunesConnect analytics website. Interestingly, the previous

How to symbolicate crash/error logs from a Xamarin Forms iOS project?

99封情书 提交于 2019-12-03 14:51:40
I need to symbolicate some crash logs and for that I read that I need the .app and the .dSYM files together with the .crash files. I can't find the .app file anywhere. I have the .app.dSYM file and the .crash ones but I can't find the .app one. I can also see my error logs on the Xcode Organizer. But the lines from my Application are not symbolicated. And if I click on the arrow to open with a project, I have no idea which file to open. Thanks therealjohn When you build your iOS project, you should have the .app file in the bin/iPhone/Release directory. Or, if you have the .ipa file, you can