You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: