What do these Dsymutil Warnings mean in XCode 4.5?

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

    I am on the other side of this, building a library for others to use, and I was able to alter the library project by setting 'GCC_GENERATE_DEBUGGING_SYMBOLS = NO' in the Build Settings to make those warnings go away in an Application project that consumed the output framework.

    This isn't a solution to your problem, but if you're in contact with this vendor, you could pass this along.

提交回复
热议问题