Skip to main content
No dSYM found
Updated over a week ago

Issue:

A couple of services require debug symbols (dSYM) to be present for deployment but dSYM generation might have been disabled in your Xcode project.

Possible solutions:

To generate dSYM, go to your Xcode Project's Settings -> Build Settings -> Debug Information Format and set it to DWARF with dSYM File.

Did this answer your question?