How can I get the dSYM files generated when deploying to iOS from Xcode?

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,

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

Where are dSYM meant to appear? I’ve searched whole project folder, but they’re nowhere to be found

@grisevg have you been able to make this work? My understanding is you are trying to make Hockeyapp work with UE4?

@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.

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/…