[Interest] How to run a custom command after dSYM generation for iOS ?

Gustavsen Richard Richard.Gustavsen at theqtcompany.com
Wed Oct 28 15:23:12 CET 2015


Hi!

1. You can do:
QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym

2. You can try to use:
QMAKE_POST_LINK="<your bash script>"

-Richard

________________________________________
Fra: Interest <interest-bounces at qt-project.org> på vegne av Gian Maxera <gmaxera at gmail.com>
Sendt: 28. oktober 2015 13:00
Til: interest
Emne: [Interest] How to run a custom command after dSYM generation for  iOS ?

Hello,
I need to do 2 things:
1) setup the iOS compilation to always create dSYM for all configuration. The default is not to generate dSYM.
2) run a custom command after the dSYM has been created.

Anyone know how to do that ?

Thanks,
Gianluca.

_______________________________________________
Interest mailing list
Interest at qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


More information about the Interest mailing list