symbolicatecrash

Strange errors when attempting to Symbolicate iOS crash report

你说的曾经没有我的故事 提交于 2021-02-19 06:06:45
问题 I received a crash report from Apple, and followed these instructions to symbolicate it: How to symbolicate crash report from Apple received in .txt format not .crash format Unfortunately, I see errors when I execute step 7 ("./symbolicatecrash ..."), and don't find an SO question that addresses them: xcodebuild: error: SDK "xxxos" cannot be located. xcrun: error: unable to find utility "otool", not a developer tool or in PATH ## Warning: can't find tool named 'otool' in the xxxos SDK,

Strange errors when attempting to Symbolicate iOS crash report

荒凉一梦 提交于 2021-02-19 06:04:04
问题 I received a crash report from Apple, and followed these instructions to symbolicate it: How to symbolicate crash report from Apple received in .txt format not .crash format Unfortunately, I see errors when I execute step 7 ("./symbolicatecrash ..."), and don't find an SO question that addresses them: xcodebuild: error: SDK "xxxos" cannot be located. xcrun: error: unable to find utility "otool", not a developer tool or in PATH ## Warning: can't find tool named 'otool' in the xxxos SDK,

I want to change path of ~/Library/Developer/Xcode/iOS DeviceSupport to my External Drive

我的梦境 提交于 2021-01-21 09:18:31
问题 When we connect any iOS device to MAC OS X, by default Xcode copy device info into ~/Library/Developer/Xcode/iOS DeviceSupport path. I want that files for symbolicate crash log. But my MAC derive is almost full only 1 GB avaialble. So I want to move ~/Library/Developer/Xcode/iOS DeviceSupport to my External drive so my symbolication works well. So can any one please suggest me some way to change path. I have try to change the developer directory but that's not work. Any help or hint will be

Where is located symbolicatecrash in Xcode 8?

与世无争的帅哥 提交于 2020-01-02 03:12:52
问题 Where is located symbolicatecrash tool in Xcode 8? In Xcode 7 it used to be here: /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash 回答1: I found it at... ./Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash ...in the Xcode.app folder. For reference, " find . -name symbolicatecrash " in the terminal is your friend. 来源: https://stackoverflow.com/questions/39858554/where-is-located

backtrace still not readable after symbolicating iPad crash log

六眼飞鱼酱① 提交于 2020-01-01 07:02:52
问题 i have these crash logs and after i drop them in the organizer the get symbolicated automatically but the result is always the same. the iOS calls get symbolicated and my app calls don't. I tried copying the dysm and app file into the same folder, deleting and copying back again. nothing helped. Any idea whats going on ? So I am getting something like this: Last Exception Backtrace: 0 CoreFoundation 0x36d4088f __exceptionPreprocess + 163 1 libobjc.A.dylib 0x31071259 objc_exception_throw + 33

Symbolicate crash failed on xcode 4.5

只愿长相守 提交于 2019-12-31 10:46:08
问题 I just upgraded my xcode to version 4.5, I tried three ways for symbolicating crash log, but neither of them success. Firstly, I got the crash log from my device and then imported it into "Device Logs" of Organizer, but the exact function of my app cannot be displayed, the memory address still displayed in result. Secondly, I copied the 'symbolicatecrash' file from '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework

How do I symbolicate a copy/pasted crash report?

早过忘川 提交于 2019-12-30 02:12:28
问题 I have a user who is experiencing a crash using the app store version of an iPhone app. The crash is not reported via iTunes connect and the user is unable to sync with iTunes and get me the .crash file (they don't have a computer). The user is, however, able to copy and paste the crash report from the phone under "Settings > general > about > Diagnostics & usage data". I took this users copied crash report and manually pasted it into a text file and renamed it with the .crash extension. When

How to symbolicate crash report from Apple received in .txt format not .crash format

孤人 提交于 2019-12-29 03:10:11
问题 My app got rejected from Apple and I have got crash reports in .txt format instead of .crash format. How can I symbolicate or read the crash report ? 回答1: When you get your crash report as a .txt file just follow these steps : Change the file extension .txt to .crash (eg mycrash.txt to mycrash.crash ). Create a new folder in desktop and copy the mycrash.crash file to the newly created folder. Copy the .dSYM file: update: download all DSYMs from appstoreconnect activity- they are properly

app works fine on iPad 2, crashes on iPad 3, with low memory warning

不问归期 提交于 2019-12-24 17:19:22
问题 as the title says, I have an app which works on iPad 2, but crashes on iPad 3. when running it the console gives me a low memory warning message. When the crash happens I symbolicate it, but there's really nothing that I can relate to the code, like it shows process name, UUID, rpages, recent_max, [reason] (state) and under those column headers just hexadecimal stuff, nothing showing method calls or lines in the project. Any ideas? am I missing some flags in the code that allows for a better

Apple reports app crash but I can not figure it out

[亡魂溺海] 提交于 2019-12-24 02:16:48
问题 Apple indicates the app crashes at launch on iphone 5, but I can't see where. On my iPhone 5 and iPad it runs perfectly. This is the Apple notes and crash report (it's symbolicated on organizer and manually-I think-). Please help me to inspect what seems to be the problem. Apple notes: We found that your app crashed upon launch on iPhone 5 running iOS 6.1.4, which is not in compliance with the App Store Review Guidelines. This occurred when your app was used: On Wi-Fi On cellular network We