getting xcode dsymutil warning

1.4k Views Asked by At

I am getting the dsymutil warning as follow:

enter image description here

Can somebody tell me how to fix this? thank you i'm new to Xcode

Update

enter image description here

2

There are 2 best solutions below

1
On

I got similar, but warning has gone after I did 'Clean build folder'

Xcode -> Product -> 'Clean build folder' menu. You need to press 'alt' key to see this menu item.

2
On

The warning have point out the reason:

No such file or directory


Because your MMDrawerController is belongs to a three-party library. You should contact the author to disenable debugging of the library module then publish that.