Search results for

dsym file

75,584 results found

Post

Replies

Boosts

Views

Activity

Reply to DSYMs No Longer Offered for Download?
I also have the same issue - nothing has changed about our Fastlane build process, but recent builds aren't showing up with the download dSYM link in ASC. We have started signing and uploading multiple builds for the same binary (with different build numbers for TestFlight vs. App Store release) - a previous poster mentioned something similar. Could that be the problem?
Apr ’19
XCode 14 & Firebase Crashlytics
I have not been able to find much chatter at all about the impact of not having dsym files via TestFlight to support Crashlytics reporting. Currently, I download the files from TestFlight and then upload them to Firebase. Then, a Slack integration is used to notify me when there is a new crash that needs to be investigated. Does the new change to XCode 14 basically remove Crashlytics from equation? Since I rely on Apple to sign the apps, I'm assuming that nothing local can be used. But, I'm also still learning. Any insights/suggestions are appreciated.
7
0
7k
Oct ’22
Reply to Upload Symbols Failed on Xcode 16
I get the same error. I'm not using any third party frameworks or static libraries. I have my project set to include DWARF with dSYM in the build and debugger. This is a MacOS C/Objective C XCode project. With some Swift. Most of the discussion about this for iOS projects. When I verify or upload my App I just ignore this. Is this OK? Is this an Apple bug?
Sep ’25
Reply to Missing Hermes DSYMs in Archive
That's a great question for Hermes to answer. I see that it's an open source library, but getting a dSYM for their library may mean you need to build it from source (if you're using a pre-compiled version) or that you'll need to alter the build configuration they use. Their support will be in the most knowledgable position to answer those questions. — Ed Ford,  DTS Engineer
Jun ’25
Reply to Register x1 is not available
It is the log, but it is not symbolicated. If it were, the lines1 usagApp 0x000000010015724c 0x1000c0000 + 619084 2 usagApp 0x000000010014ba80 0x1000c0000 + 572032 3 usagApp 0x000000010014b9c4 0x1000c0000 + 571844would contain useful information: the exact file and line numbers in your code where the crash occurred. Without that, there's not much anyone can help with.If Xcode won't symbolicate it when you view the log in Devices -> Device Logs, then you have an uphill task. Some people have reported that the build UUID doesn't match for some reason and have had success editing the log with the correct UUID to match the correct DSYM from your app archive... it's not for the faint of heart though. From what I've read there's no one size fits all solution to fix symbolication problems.
Dec ’15
Reply to Cryptic error message- what is "user account" and "iTunes provider"?
I am also having the same issue (Your user account is attached to several iTunes providers. Create separate accounts for each provider before logging in.) when trying to download a dSYM file.It does *sound* like a roles issue. Strangely enough, I was able to switch between two different itunes groups that my developer id is associated with. Maybe thats what is meant by iTunes providers.
Nov ’15
Symbolicating Crash Reports for Mac Catalyst App
I'm trying to debug a couple of crash reports for a Mac Catalyst app and seem to be unable to symbolicate my crash reports. In the Xcode Organizer, I see unsymbolicated lines for my app, despite having the original archive for the build in question. A search for the relevant dSYM (using the process from https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report#Locate-a-dSYM-Using-Spotlight) yields no results. Unlike iOS builds, the Download dSYMs button isn't present in the organizer, nor is the option to download dSYMs from App Store Connect. I assume this is because macOS apps don't use bitcode. The app's Debug Information Format is set to DWARF with dSYM File. Has anyone else run into this issue? Any ideas about how I can symbolicate the crash logs?
5
0
2.1k
Apr ’22
Using an App Review .crash file
Hello Folks; I'm trying to utilize a crash log from App Review. I've uploaded the app with DWARF with dSYM File. When I open the App Review .crash file in Xcode I see this: #0 in __pthread_kill () #1 in pthread_kill () #2 in abort () #3 in abort_message () #4 in demangling_terminate_handler() () #5 in _objc_terminate() () #6 in std::__terminate(void (*)()) () #7 in std::terminate() () #8 in _dispatch_client_callout () #9 in _dispatch_main_queue_callback_4CF () #10 in __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ () #11 in __CFRunLoopRun () #12 in CFRunLoopRunSpecific () #13 in RunCurrentEventLoopInMode () #14 in ReceiveNextEventCommon () #15 in _BlockUntilNextEventMatchingListInModeWithFilter () #16 in _DPSNextEvent () #17 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] () #18 in -[NSApplication run] () #19 in NSApplicationMain () #20 in 0x10a062000 () #21 in 0x10a062000 () #22 in start () Whereas in Console it looks like this: 0 CoreFoundation 0x00007
1
0
1k
Sep ’21
Xcode debugger can't inspect opaque C structs in a dynamic library
I have Mac OS application with several embedded frameworks. When debugging the application in recent versions of Xcode (comfirmed in 14.2) I am no longer able to inspect opaque C structs defined in a framework when the debugger has stopped in code belonging to the application or a different framework. The application and frameworks are all compiled by me as part of the application workspace, all have debugging enabled, and all are properly generating dSYM files. Does anyone know what might be going on? This is making debugging the framework code very difficult.
0
0
953
Apr ’23
Import crash reports from iTunesConnect
I need to retrieve current crash logs for the build, which is in App Store or symbolicate crash logs from devices for this build. All builds were sent from another machine, so i do not have them. In iTunesConnect i can't neither download any build nor download dSYM file (Includes Symbols is set to YES).Is there any way to view current crash logs?P.S: Please, do not suggest any solution like Crashlytics, because i need current crash logs, that should be already saved in iTunesConnect.
0
0
539
Sep ’16
Reply to Bitcode increased app size
The size of your IPA produced by Xcode is not representative of the size of your app downloaded to a user's device. Depending on what features you select when uploading to the store, the IPA will contain a variety of supporting resources beyond the .app, such as symbol files and dSYMs for symbolicating crash reports delivered to you from the App Store. Additionally, depending on a variety of factors, the IPA you submit may contain machine code in addition to bitcode, but the app delivered to the end user only has the recompiled bitcode.To fully understand the size of your app after bitcode is recompiled and App Thinning is applied, export your archive for testing outside the store and follow the linked instructions to generate an App Thinning Size Report. However, this report is only an estimate because of additional processing by the App Store. Depending on the state of the build in iTunes Connect, those sizes in your screenshots may not be the final sizes. The final file sizes are
Oct ’16
Instruments 9.0 Setup Help
When I first ran the allocations tool, the call tree didn't display any user functions. After reading the Instruments User Guide, I change my app's build settings / debug information format from DWARF to DWARF with dSYM File. This had the following effects:1. The allocations tool displayed user functions.2. Clicking File / Symbols displayed a dialogue where: a. A yellow-colored dot preceeds liboainject.dylib (In this view, Binary Path has red-colored text.) b. A green-colored dot proceeds (App Name) (In this view, Binary Path and dSYM Path look reasonable.) c. Disclosure triangle (My App Name) (In this view, Binary Path is blank.)Are the indicators correct for using tools requiring the dSYM path?What is liboainject.dylib?When I changed the DWARF settings it changed both debug and the release. Should I refine this by setting release to DWARF?Thank you.
0
0
910
Oct ’17
Reply to Crashed at <compiler-generated> line 0
Thanks for the example of how to demangle those strings. Sorry for redacting original app name, it's 13 characters long. It's clear enough the porblem is in the way how 3rd party library is handling latest Xcode 10 generated dSYM files.Regarding issue with an Apple crash report it's look like offttopic here, I'll create separate discussion once I'll collect more details if any.
Dec ’18
Reply to Lots of warnings when building with Xcode 7 with 3rd party libraries
I think different libraries have different issues but here's what I discovered for my scenario:It seems dSYM was having trouble with parentheses in my project folder path name. Once I renamed the project folder and removed the parentheses, the warnings went away. i.e. the original project folder name was My Project (test). After taking out the parentheses it compiled without warnings (even after a full clean).Maybe this information will help someone else.
Oct ’15