Object file doesn't contain DWARF debug information
I am getting the following error in Xcode 4 when attempting to build:
libIOSCoreSDK.a(Logging.o) object file doesn't contain DWARF debug information
My Xcode workspace contains two projects a SDK project which compiles the static library libIOSCoreSDK.a
and a UI project which is linked to use the static library.
I have a number of classes in the SDK which I use in the UI and none of them have resulted in the above error until now.
它是一个静态库,您需要在打开调试的情况下重建它。
链接地址: http://www.djcxy.com/p/9032.html上一篇: 了解gcov文件中的分支
下一篇: 目标文件不包含DWARF调试信息