I have recently recieved a crash report from apple-On running the app in iphone 5.I donot have an iphone5 with me,i have only iphone 4.Then can I symbolicate the crash using iphone 4 or without using device can I symbolicate it??
Related
We are developing a Watch OS companion application for our iOS app. We currently get symbolicated crash reports for our iOS app on App Store Connect. We are trying to get the same for the Watch Application.
We are producing some forced crashes on a build we uploaded to TestFlight but crash logs are not getting there as iOS crash logs. Is there anything else that needs to be done differently from iOS to get them?
Do you know about any known issues on it?
BTW, we see the crash logs getting to the iPhone on the iPhone itself. They're just not uploaded. We are also able to get the logs on Xcode Organizer.
I am developing an iPad App using SceneKit. It is still under development, but I have a few users testing via TestFlight.
One user has an iPad Air 2 which is consistently crashing. The App works OK on my iPad Air, a number of iPad 2 devices and the iPad simulator.
Crash logs from the iPad Air 2 all state the crash is caused by 'gpus_ReturnGuiltyForHardwareRestart'. The offending thread does not link back to my code so I am unsure how to resolve this.
I do not at present have access to an iPad Air 2.
Any suggestions on how I can overcome this issue?
Many Thanks
update your device and then check.
Does anyone know why the organizer will not find my new crash reports for one iOS device but it does for my other devices?
Let me explain: I was demoing an app today on both my iPad 3 and iPhone 5. The app is still in beta so I experienced crashes on both devices. When I returned home later that day, the new crashes from the iPhone 5 appeared right away in the Organizer window. However, the iPad 3 did not have its new crash logs appear. The only logs that came up (even after waiting several minutes and restarting the device) were from a month ago. I am running iOS 6.01 on the iPad 3 and iOS 6.1 beta 3 on the iPhone 5. Does anyone know why this might be?
Look at the console for the device to see if there is any extra information about why this might be happening. I've seen this occur when the device is full of crash reports, if this is the case you will get info about this in the console for the device.
One of my apps recently were rejected due to not running on iPad in compatibility mode. However, I fixed the problem and they load fine in Compatibility mode on iOS6 on my iPad simulator through xcode. So I reuploaded my app and about 7 hours later it already went into review and got rejected for the same reason, they said that the app crashed on iPad.
So, how do I read specifically the .crash file returned by apple?
I am stuck with instruments for iPad app.I am developing app with map view.I can run instruments with iPhone for memory leaks and it's work fine.But problem is that for same code and same app instruments is not running with ipad.I checked my entire code but there is no such problem.Even Instruments is running with iPad simulator for same code.
If i start interments after loading my app on my device than it will give following message.
Failed to start Instruments daemon for 'iOS' on 'iPad (v4.3.5)' ((null))
I am using Xcode 4.0.2
Please Help me,
Thanks In ADvanced.