Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
112 views

I wonder what Crashlytics want to tell me by this message at the top? When I go to the dSYMs tab I see all dSYMs that Xcode uploads every time there is new build. I don't understand why I have ...
Marcin Kapusta's user avatar
1 vote
0 answers
59 views

When archiving the iOS app, the following error occurs: The archive did not include a dSYM for the VdoFramework.framework with the UUIDs [EB84B14A-CE4D-3DA8-8EEE-F8EE8970E161]. Ensure that the archive'...
Karbalai dev's user avatar
18 votes
1 answer
10k views

Im trying to automatically upload Dsyms to crashlythics which was working earlier, now when i tried, i'm getting this warning Also when i checked on firebase it shows Dsyms where missing This is ...
Akhil's user avatar
  • 744
24 votes
5 answers
15k views

I’m getting dSYM warnings for FirebaseAnalytics when validating my app in Xcode: Upload Symbols Failed
 The archive did not include a dSYM for the FirebaseAnalytics.framework with the UUIDs > [...
Jim's user avatar
  • 1,550
6 votes
2 answers
1k views

I am using Codemagic to build my Flutter app. Furthermore, I am using Firebase Crashlytics to keep track of my app. In order to properly use Firebase Crashlytics I need to upload the dSYM File of each ...
Jan's user avatar
  • 612
2 votes
0 answers
763 views

I have a dSYM/crash problem in Crashlytics. Every release i make it complains about a missing required dSYM with the same UUID. My understanding is that every time i archive my application a new dSYM ...
Martin's user avatar
  • 311
0 votes
1 answer
317 views

What is the correct way to automatically upload the dSYM to Crashlytics using managed EAS flow? I have already added the corresponding "buildArtifactPaths": ["ios/build/*"] to the ...
Grzegorz Pawlik's user avatar
6 votes
1 answer
3k views

How do I generate symbols file for my .NET MAUI app? Is it this setting? <MtouchNoSymbolStrip>True</MtouchNoSymbolStrip> Right clicked project and selected Properties. Under iOS > Build,...
Sam's user avatar
  • 31k
0 votes
0 answers
240 views

I am working on my crash reporting SDK and I need dSYM files to symbolicate my crashes. How can I automatically upload them to my own server for symbolication purposes? I've looked around quite a lot, ...
Abu Bäkr's user avatar
  • 343
3 votes
0 answers
3k views

Mine is Xcode 14.2 version and I have installed Firebase/Crashlytics pod successfully in project then i add 2 crashes in code and run the code in simulator and hit that crashes in simulator and ...
Swift's user avatar
  • 1,180
1 vote
1 answer
3k views

Inconsistently I will receive an email from Firebase stating Crashlytics detected a missing dSYM for version x.x.x However nothing in the build process has changed. I use GitHub actions to create the ...
Derek's user avatar
  • 3,016
0 votes
0 answers
117 views

Recently, I had to migrate a project to XCode-14 due to mandatory compliance of Appstore starting April 2023. Now the issue is that, debug symbols generated from build using XCode14 shows corrupted, ...
Ganesh patro's user avatar
7 votes
1 answer
9k views

I have a XCFramework with another XCFramework in it. And both of them contains dSYMs folder. When I try to xcodebuild the main framework I get an error: Missing path from XCFramework as defined by ...
John Doe's user avatar
  • 189
1 vote
0 answers
231 views

We use Crashlytics for crash reports and recently we started to receive warnings that some dSYMs are missing. The main latest changes are the switch to Xcode 14 that brought disabling bitcode, and the ...
M_D's user avatar
  • 11
12 votes
1 answer
3k views

I am getting the Crashlytics detected a missing dSYM for version 1.2.1 error. I got No dSYMs were found for Version 1.2.1 when I was trying to get the dsym file from xcode. I was trying to get the ...
Johhny Zhou's user avatar
2 votes
2 answers
2k views

Due to XCode 14 deprecating bitcode, I'm no longer able to download the dSyms from App Store Connect to submit to Bugsnag like I used to. Unfortunately I realized this too late, and I've released the ...
swrobel's user avatar
  • 4,330
0 votes
1 answer
669 views

When an app is uploaded to Testflight, previously there used to be an option to recompile bitcode, which if clicked would mean new dSyms would also get generated and need downloading from Testflight. ...
Piepants's user avatar
  • 37.4k
0 votes
1 answer
377 views

According to https://developer.apple.com/videos/play/wwdc2022/110370/, it is mentioned that a dSYM bundle can contain swift modules, but I just cannot reproduce this when trying to build a framework ...
Jacket's user avatar
  • 155
1 vote
1 answer
1k views

In order to enable Crashlytics for my Flutter app (with 3 flavors) i would like to know how the repeating upload of the symbols for the iOS project can be done when i configured Firebase in dart-only ...
valley's user avatar
  • 187
13 votes
1 answer
14k views

I am working on an iOS project in which I have integrated the firebase crashlytics which is working but in firebase console it says to upload get dSYM files , How can I get a dSYM file, in latest ...
Dark_Clouds_369's user avatar
1 vote
1 answer
849 views

After uploading the new version of the IOS application, a window appeared on Firebase that you need to upload dSym files. I have uploaded them. The window is gone. But now the following window ...
UnrealGlitch's user avatar
0 votes
0 answers
972 views

I'm not sure what's the cause, I uploaded all the dSYM I could found but I still have this issue The crash report only tells me the crash happened in function but not the line where it happened. It ...
Yoho's user avatar
  • 11
1 vote
0 answers
242 views

Our app has been using the upload-symbols script in a build phase to auto-upload dSYM files to Crashlytics for a while now. However, since updating to Xcode 13, all of our archives have been failing ...
Wilson Desimini's user avatar
0 votes
1 answer
420 views

I integrated Firebase Crashlytics in one of my bitcode disabled iOS project. It's working properly if I remove upload dSYM script(see image 2). But if add it then app building process never get ...
Dipak's user avatar
  • 2,493
0 votes
0 answers
1k views

WHAT I WANT: I try to setup a native iOS project with Sentry (https://sentry.io/) for error tracking and monitoring. (No performance stuff) So if some errors occurs I want to get some detailed info on ...
Laufwunder's user avatar

1
2 3 4 5