简体   繁体   English

Dsymutil警告

[英]Dsymutil Warning

I met a problem, in the use of libCrasheye.a library, to display the alarm. 我在使用libCrasheye.a库时遇到了一个问题,即显示警报。

while processing /Users/caiqiujun/Documents/iOS/Swift/WageWebsite/WageWebsite/Framework/crasheye/libCrasheye.a(CrasheyeUnityPlugin.o): 处理时/Users/caiqiujun/Documents/iOS/Swift/WageWebsite/WageWebsite/Framework/crasheye/libCrasheye.a(CrasheyeUnityPlugin.o):

warning: /Users/test/Documents/crashsvn910/Crasheye/DerivedData/ModuleCache/1GC1H3S0HXFE/Foundation-3DFYNEBRQSXST.pcm: No such file or directory 警告:/Users/test/Documents/crashsvn910/Crasheye/DerivedData/ModuleCache/1GC1H3S0HXFE/Foundation-3DFYNEBRQSXST.pcm:没有这样的文件或目录

note: Module debugging should be disabled when shipping static libraries. 注意:运送静态库时应禁用模块调试。

Why show the above alarm? 为何显示以上警报?

As it say 如它所说

Module debugging should be disabled when shipping static libraries. 运送静态库时应禁用模块调试。

So you have to contact the library's developer and ask to disable debugging of the library module before shipping his library. 因此,您必须联系该库的开发人员,并要求在运送其库之前禁用库模块的调试。
So he as to recompile his application 所以他要重新编译他的应用程序

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

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