Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到如下 dsymutil 警告:
有人可以告诉我如何解决这个问题吗?谢谢我是Xcode的新手
更新
我有类似的情况,但是在我执行“清理构建文件夹”后警告消失了
Xcode -> 产品 -> '清理构建文件夹' 菜单。您需要按“alt”键才能看到此菜单项。
警告指出了原因:
没有这样的文件或目录
因为你MMDrawerController是属于三方库的。您应该联系作者以禁用库模块的调试,然后发布。
MMDrawerController