What do these Dsymutil Warnings mean in XCode 4.5?
问题 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 now linking it using CLang compiler. I do not have the source code for the framework, only the binaries: (null): warning: (armv7) /.../DerivedData/.../armv7/HardwareObjectFile.o unable to open object file I get 69 warnings like the above, one for every .o file linked into the static framework. Is this warning serious for