205 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
26
views
"Upload Symbols Failed" while archiving and uploading a build through Xcode
The archive did not include a dSYM for the NotificationContent.appex
with the UUIDs[xxx]. Ensure that the archive's dSYM folder includes a
DWARF file for NotificationContent.appex with the expected ...
0
votes
0
answers
134
views
DSYM upload works fine but Crashlytics complain about unprocessed crashes
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 ...
1
vote
0
answers
110
views
How to Retrieve dSYM Files When Using Azure Pipelines for App Store Submission (Firebase Crashlytics)
I'm using Azure DevOps pipelines to build and submit my iOS app to the App Store via Fastlane. The app submission works fine, but now Firebase Crashlytics is reporting:
"Missing dSYM files required to ...
1
vote
0
answers
70
views
Missing dSYM for VdoFramework.framework in Archive
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'...
6
votes
0
answers
1k
views
Xcode Warning: Empty dSYM File Detected – 'dSYM was created with an executable with no debug info' (x86_64) [closed]
It seems that an empty dSYM file is being generated, which indicates there’s no debug information in the executable:
warning: (x86_64) /Users/alpeshrupapara/Library/Developer/Xcode/DerivedData/...
18
votes
2
answers
11k
views
empty dSYM file detected, dSYM was created with an executable with no debug info
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 ...
1
vote
0
answers
77
views
Do I need a dSYM file for a universal binary or is a dSYM for each arch enough?
I have a C++ application that compiles for x86_64, and for arm64, each compilation produces its .dSYM folder for debug symbols. I then join each binary with lipo, resulting in a universal binary.
Do I ...
25
votes
5
answers
16k
views
Xcode won't create dSYM files for FirebaseAnalytics
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,560
9
votes
3
answers
10k
views
"Upload symbol failed" while archiving and uploading a build through Xcode
While im archiving and uploading an build to the appstore connect through xcode im facing this error.
The archive did not include a SYM for the Flutter.framework with the UUIDs
[4C4C44D2-5555-3144-...
6
votes
2
answers
1k
views
Automatically upload dSYM files to Firebase from Codemagic
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 ...
3
votes
0
answers
457
views
Firebase Crashlytics asking for non-existent dSYM files
I have a .NET 8 MAUI iOS app on testflight and am having trouble with symbolicated crash logs. I migrated from Xamarin which was working find with Crashlytics, but now I can see there's crashes under ...
2
votes
0
answers
782
views
Crashlytics missing required dSYM with same UUID across app versions
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 ...
1
vote
1
answer
1k
views
How to select dSYM / app in Xcode Instruments for symbolication
I'm trying to instrument my iPhone app via Xcode's Instruments tool. Problem is, Instruments isn't symbolicating correctly, so I can't tell which lines of code are causing app hangs / troubles.
Per ...
0
votes
1
answer
334
views
Expo/EAS - Upload dSYM automatically to Firebase Crashlytics
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 ...
0
votes
1
answer
903
views
Cannot upload debug files to Sentry
So, we are currently trying to upload debug files to Sentry using GitHub Actions after a xcodebuild test command:
set -o pipefail && env NSUnbufferedIO=YES xcodebuild test -scheme Myscheme -...