What do these Dsymutil Warnings mean in XCode 4.5?

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

    Another reason these warnings could occur is because of incorrect symbol stripping settings for release builds in a project. Contact the author of the framework and tell them to make a new binary with the proper symbol stripping settings.

提交回复
热议问题