What do these Dsymutil Warnings mean in XCode 4.5?

后端 未结 5 1799
感动是毒
感动是毒 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:13

    These errors are to do with the architectures you are using and the resources you are referencing. I don't understand the reasons myself, but if you want them to go away, go to Build settings, then Build Options and then select Debug information format and select DWARF.

提交回复
热议问题