简体   繁体   中英

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.

Its a static library, you need to rebuild it with debug turned on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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