What do these Dsymutil Warnings mean in XCode 4.5?

后端 未结 5 1798
感动是毒
感动是毒 2021-02-02 17:52

I am linking a static framework for iOS, against an armv7 ios 6 application, I suspect that the original binaries are from XCode 3.x and were compiled with GCC, and that I\'m no

5条回答
  •  攒了一身酷
    2021-02-02 18:25

    The other answers contain helpful information but I wish to put the real answer down succinctly:

    You can not fix this, and the meaning of the errors is simple: The current linker sees these library files as containing elements that can not be opened.

    To solve the warnings, contact the vendor and get a recompiled library that has been rebuilt with a later version of CLANG.

提交回复
热议问题