I'm trying to use crittercism to know the crash in my app, the problem is that when crittercism have a crash report to send of web service, my app crash. so I can not open the app again.
The only possible to open the app is, run again the app with xcode, put a break point unit the line [Crittercism enableWithAppID:#"XXXXXXXXXXXXXXXXX"]; and run line per line.
In this moment crittercism send the report and I can run my app normally.
What can I do to resolve this ?
To additional information I am using, ios 8.3 in ipod 5g and xcode 6.3
Thanks.
One of the founders of Crittercism here. Which version of the Crittercism SDK are you using? There was a small bug in v5.1.5 of the iOS SDK that we're fixing now which may be causing that issue. If you downgrade to v5.1.3, it should work:
http://docs.crittercism.com/downloads/downloads.html
Take care
Rob
Related
I am trying to make my first application to submit to the App Store using Xcode, but when I was going through validation, it said that I had the wrong SDK version. How can I fix this?
I tried archiving my app 19 more times, but it didn't work.
I tried looking all over the web, but it didn't help.
I also tried updating
the Xcode app, but it said that it was temporarily unavailable.
When I would try to validate it sent me an error message saying that I had the wrong SDK version.
I thought that I did everything correct, but when I was at the last bit of validating it, it said:
"SDK Version Issue. This app was built with the iOS 11.4 SDK. All iOS apps submitted to the App Store must be built with the iOS 11 SDK or later, included in Xcode 9 or later. Further, starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.
Click here to see the image of the error message.
I think what I need to do is just put my app in a certain file and update my Xcode, and validate it again because on the error message it said that I had the wrong version of Xcode. When I said that I got another error message on the App Store
Thanks to everyone who helped me in the comments above - #manishsharma93 -. :D :)
My application is working fine on iOS 11.0. But when I am run on iOS 12.0 they crashing immediately on startup. My application is on Objective-C and MRC.
Running fine in simulator but crashes in the device.
No main or didFinishLaunchingWithOptions is called yet.
Tried re-installing the application. Tried "Eare All Content and Settings" but it does not work.
Enabled zombie objects but even that did not help(no logs recorded).
I also try to symbolicated the crash report but not find any solution from crash report.
I have attached my crash report here.
Crash Report
I found the solution. The app is crashing just because of using an Old version of the Crittercism SDK. Upgrade to the latest version to support iOS 12.0.
I'm in the midst of squashing bugs for my App in development, and I've stumbled across a problem when it comes to addressing a crash occurring on iOS 8.0.2
The problem is that I can't actually test (On the simulator) for iOS 8.0.2 as the earliest version of iOS 8 I can use is 8.1
I am not supporting iOS 7, but did go back and try to see if I could catch the bug there as described by the tester who reported the crash. It did not occur no matter what I did, so I assume it must occur when running iOS 8 only.
I'm not sure how to address this problem. I would like to submit my App for review, but if I cannot eliminate this crash I will be rejected. Yet I can't test for it either. I've been waiting a day+ now for any crash report to come back from Test-Flight, but none have shown yet. It could take around three days for that to happen.
Can anyone assist me in finding another way or workaround to be able to test for this crash?
You could download and install Xcode 6 (Xcode 6.1 might also have the iOS 8.0 simulator) as that'll have the iOS 8 SDK and simulators (you'll have to be signed in to your Apple developer account to access those links otherwise pick from the list here).
The problem you'll then have with that though, is that you'll be compiling your code against a different SDK. But its worth a try!
Its also difficult to get specific 8.0.X versions of the simulators as they only really have the minor version release (8.X) available as opposed to the bug fix releases.
Obviously the only guaranteed way to reproduce the issue is on a 8.0.2 device.
I have Crittercism in my app. I created a copy of this app to ugrade to next version. But it crashes before it enters applicationDidFinishLaunching. But the previous version of app is working fine. In case I remove the Crittercism in the current then it works fine. Crittercism version is libCrittercism_v4_1_2.a. I have no clue about the error. Please help.
Screenshot of error:
It works fine in iOS 6 and 7. I have enabled zombie and added All Exceptions breakpoint but still no log at all. It just shows the splash screen and crashes.
I'd recommend upgrading the Crittercism library if you can to a newer version.
If you look at the release notes here:
https://gitlab.recatch.tv/modules-ios/crittercism-ios-sdk/blame/1a167a6c9bd72fe002175680fbeb88d0b1cdafda/release_notes.txt
You can see that there were some changes regarding deployment target in the version you are using. Try to upgrade to a newer version (latest if you can) and see if this corrects your issue.
Good Luck!
I want to use Crittercism in iOS app built by xamarin, but the app will crash after enable it. I have found the solution at How to create crashlytics binding for Xamarin.iOS? and add the codes suggested but the app still crash. The version of Crittercism is 4.3.0 and xamarin is 4.2.2. Does anyone successfully make it working under that environment?
Thanks!
This is Rob, one of the co-founders of Crittercism. We actually just released an officially supported Xamarin Plugin! It handles interactions with the Mono runtime pretty nicely - for example, we purposely don't override fatal signals like SIGSEGVs which the Mono runtime should handle and send us better stacktraces. You can download it here:
http://components.xamarin.com/view/crittercism