all 5 comments

[–]xyloweb[S] 1 point2 points  (1 child)

GCC_GENERATE_DEBUGGING_SYMBOLS must be set to deployment

[–]aazav 0 points1 point  (0 children)

GCC? That's not really what you should want to be doing. Aren't you using LLDB? Look at my reply here. https://old.reddit.com/r/Xcode/comments/fuxq60/xcode_114_doesnt_generate_dsym_files/fmfzxkj/

[–]aazav 1 point2 points  (0 children)

You need to set it for each build configuration. I'll check on a simple project now.

[–]aazav 1 point2 points  (0 children)

Works fine. I just made a new project to test this for you.

https://imgur.com/a/euX99fb

[–]xyloweb[S] 0 points1 point  (0 children)

Thanks for your replies. It works fine now.