Facebook Audience Network with Too many Warnings on XCode 7

蹲街弑〆低调 提交于 2020-02-01 03:27:07

问题


I got a lot of warning relating to "No such file or directory" and "Could not resolve external type" when integrating FB Audience Network to my app.

This method: https://forums.developer.apple.com/thread/17921 does NOT work for me.

The only way to clear the warning is changing Debug Information Format (DEBUG_INFORMATION_FORMAT) = DWARF. But I need DSym to track the crash report.

Do you guys have any solution ? if not... is it OK to ignore the warning ?

Thanks for reading my question.


回答1:


The warnings appear to be a known issue with recent Xcode versions (see http://fortheloveoftech.com/2015/06/08/apple-releases-xcode-7-beta/) - dsymutil may print warnings about unresolved external types when compiling C++ projects with precompiled headers. These should be harmless.



来源:https://stackoverflow.com/questions/34259387/facebook-audience-network-with-too-many-warnings-on-xcode-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!