I currently have these two warnings:
Warning: Ignored symbols were detected in this build. In some cases ignored symbols could cause incorrect finalization. This may be caused by different static libraries containing the same symbol.
This warning wont change my app at all, so how would I suppress this warning?
warning: no debug symbols in executable (-arch armv7)
This warning only appears when I build for "Release", is there anyway I can fix this warning or suppress it?
Thanks