dsym Questions
2
I need to download dSYM file from iTunes Connect.
I can see "Include symbols" is Yes, but there is no link to download the dSYM file.
Any idea why the option is not there?
Jarrod asked 27/5, 2016 at 8:43
1
I need to get dSYM to use Firebase Crashlytics.
When I tried to get it from Xcode, I got this message below
Xcode Message
Then, I tried to get from App Store Connect. There was no button to dow...
Rabon asked 28/9, 2018 at 6:17
4
In Xcode 9 it's working perfectly and Xcode 10 my mac is hanging when generating dSYM file.
I am using MobileVLCKit for playing Live Radio Streaming URL and when I removed MobileVLCKit then it's w...
3
Solved
Ok, so I'm trying to automatically upload dSYMs.
I'm following instructions from this official documentation:
https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports
I'm stuck at "Ru...
Tasteful asked 7/2, 2019 at 15:52
13
Solved
I am trying to implement crash reporting with firebase. I followed the documentation here. And renamed the downloaded son file to ServiceAccount.json. Then copied it to project directory. Also chan...
Everrs asked 29/8, 2016 at 16:24
1
Solved
I try to compile library and get debug symbols with "DWARF with dSYM File" format. This works for dynamic but not for static libraries.
XCode "Quick help" says that "dSYM file is not needed and wi...
Tibiotarsus asked 30/5, 2018 at 12:4
1
Solved
My app uses some 3rd party framework. I have a framework itself and dSYM file for it.
When archiving my app, the archive does not contain the dSYM file for this framework. It contains other dSYM f...
2
Solved
I'm using CMake on MacOS to generate Makefiles for my C++ project. When I build a target (say, test/AsyncTest), I get that target, plus a test/AsyncTest.dSYM/ directory that contains the following:...
2
I've accidentally caused a crash on Xcode build under the same version number of the production app, and now I have the following warning always showing on the dashboard:
"Found x unsymbolicated...
Gullible asked 19/1, 2018 at 12:26
5
Crashlytics says "We're missing a dSYM to process crashes" and when I try to download dSYMs from Xcode (7.1), I get "there are no dsyms available for download"
Labors asked 3/12, 2015 at 22:47
6
Can you help me get my crashes symbolicated?
In Xcode 7.3, Window -> Organizer -> Crashes, I have crash reports from my latest TestFlight builds. They were built on this Mac, and all the archives ...
Dayflower asked 23/3, 2016 at 21:34
3
Is there any way to get the UUID the dSYM file has from the application in runtime?
I tried with a sample code I found but it returns a different UUID than the dSYM's one.
Thank you.
2
I need to compress dSYMs folder that contains dSYM file
But i'm stuck
Good thing is, I was able to compress using commandline
zip -r outputFile.zip *.dSYM
Chiropractor asked 11/1, 2017 at 12:19
0
I used to build our dynamic frameworks for internal development using
xcodebuild -workspace <workspace_path> build -configuration "Release"
now that we are shipping frameworks to 3rd party...
Motorboating asked 5/9, 2017 at 11:9
0
1
Solved
I try to download symbols to debug a crash log that send me a client (ipa signed with ad hoc distribution), but when I click "Download dSYMs" in Organizer I get this error:
Skerl asked 2/5, 2016 at 14:45
1
I am trying to upload a dSYM file to Firebase using this command:
./Pods/FirebaseCrash/batch-upload -i ./Info.plist -p ./GoogleService-Info.plist ./service-accounts/mtb.json 78*****C-5**4-3***-***...
Starling asked 26/1, 2017 at 13:58
2
I'm pretty familiar with how crash logs for iOS apps are symbolicated but this one is a head scratcher.
I have MyApp with build 2345 that was released as a beta through TestFlight, using the norma...
Inoperable asked 30/1, 2016 at 17:22
1
To use the Rollbar service, Bitcode needs to be disabled for traceback symbolization. I also have to upload the dSYM file to Rollbar. But where do I get the dSYM file when Bitcode is disabled? Norm...
Brantbrantford asked 16/10, 2016 at 8:40
2
I am creating dSYM file in XCode 7.0, After archiving my project, I can't find my dSYM file. I referred to lots of sites from stack overflow and followed many instructions but I could not find my d...
1
I read that the symbols list of an IOS app are in the .dSYM. I would like to view the entire list of symbols. What tool do I need to use to extract this information from this package?
Edholm asked 14/11, 2014 at 16:18
2
Solved
There is a way to get a dSYM file from the ipa file that is available in App Store?
I've lost my archives that had that dSYM particularly.
Can I do that? I need the dSYM to upload to Crittercis...
1
When I try to download the dSYM from the organizer, it gives me this error :
Missing App Version
An app record for “co.**” was found but a matching version for “1.0.3” build “10” was not.
I have ...
Cattery asked 5/2, 2016 at 13:45
2
As I mentioned I am trying to recover the line of a crash and also the function in wich it occurs.
I need to metion that I have tried the next code in AppDelegate and I get the stack not symbolica...
Repetitious asked 7/1, 2016 at 20:5
1
I am getting an error when trying to download dSYM-files from my app in app store. I am tapping "Download dSYM" in the "Organizer" of Xcode. (See image below)
The error I am getting is the follo...
© 2022 - 2025 — McMap. All rights reserved.