jverkoey/iOS-Framework

Will it generate dSYM file?

Opened this issue · 0 comments

Hi,

The tutorial is awesome! I've been using it for a long time and now it still works great.
Just one thing bothers me recently and I am not sure how to fix it. I can not "symbolicate" the crash log that QA team sends me back if the crash was caused by the framework, in another word, I don't have the dSYM file for framework. I am not sure how to make XCode generate dSYM file for the framework especially when archiving the project. A little help please

To give a little more detail. I linked the framework in the project as a dependent project instead of using framework.framework bundle. When debugging it, it seems like dSYM will be built into the binary but when archiving the project, dSYM will be removed from binary?