Wednesday 15 September 2010

osx - How to generate dSYM files without xcode? -



osx - How to generate dSYM files without xcode? -

let's i'm using autotools build product on mac os x clang. how can "manually" tell utilize right debugging format , strip valid dsym file?

is there specification of dsym bundle , files?

figured out looking output of xcode:

dsymutl <binary> -o <binary>.dsym strip -s <binary>

xcode osx clang dsym

No comments:

Post a Comment