简体   繁体   English

获取xcode dsymutil警告

[英]getting xcode dsymutil warning

I am getting the dsymutil warning as follow: 我收到dsymutil警告如下:

在此输入图像描述

Can somebody tell me how to fix this? 有人能告诉我如何解决这个问题吗? thank you i'm new to Xcode 谢谢你我是Xcode的新手

Update 更新

在此输入图像描述

I got similar, but warning has gone after I did 'Clean build folder' 我得到了相似的信息,但是在我做了“清理构建文件夹”后警告已经消失

Xcode -> Product -> 'Clean build folder' menu. Xcode - > Product - >'Clean build folder'菜单。 You need to press 'alt' key to see this menu item. 您需要按“alt”键才能看到此菜单项。

The warning have point out the reason: 警告指出了原因:

No such file or directory 没有相应的文件和目录


Because your MMDrawerController is belongs to a three-party library. 因为您的MMDrawerController属于三方库。 You should contact the author to disenable debugging of the library module then publish that. 您应该联系作者以禁用库模块的调试然后发布它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM