Hazeti
(Hazeti)
May 14, 2015, 12:45pm
1
In the 4.6 release notes it stated that:
“dSYM files can now be generated when deploying to iOS from Xcode.”
But there is no documentation & no forum posts on how this is actually achieved.
I’m attempting to integrate the HockeyApp DSK and I need the dsym files so that we can get sensible crash reports.
Cheers,
Hazeti
(Hazeti)
May 19, 2015, 1:07pm
2
In your BuildConfiguration.xml there is a bGeneratedSYMFile which can be set to true.
The dSYM file is created when you build the iOS project and not when you deplot to iOS from XCode
grisevg
(grisevg)
March 7, 2016, 8:15pm
3
Where are dSYM meant to appear? I’ve searched whole project folder, but they’re nowhere to be found
TTimo
(TTimo)
May 16, 2016, 3:39pm
4
@grisevg have you been able to make this work? My understanding is you are trying to make Hockeyapp work with UE4?
grisevg
(grisevg)
May 16, 2016, 3:52pm
5
@TTimo Nope, tried setting bGeneratedSYMFile
to true
in BuildConfiguration.xml
and it made no dSYM files.
dSYM files are needed to symbolize crash logs, not just for HockeyApp.
Hazeti
(Hazeti)
May 18, 2016, 8:12am
6
I can’t quite remember as this was a long time ago but on the Mac it something like /Users//Library/Developer/Xcode/DerivedData//Build/Products/…