I have an iOS app that is to be linked with several 3rd party prebuilt static libraries. Those static libraries have had their debug info stripped and apparently lost their architecture information as well. When building the app (simulator in this case) I receive lots of warnings like this :
/Developer/usr/bin/dsymutil
warning: (i386) 'libtest.a(test.o)' doesn't contain architecture information for i386.
Is there any way to tell dsymutil to shut up about this? The app compiles and runs just fine but all those warnings are quite ugly and I would like to get rid of them. Any suggestions ?
I too was facing the same issue. After searching a lot what I found is
Changing Build Settings -> Debug Information Format value from "DWARF with dSYM File" to DWARF fixes the problem and hides the warnings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With