Please note: I am asking for a place I can download the symbols, or for a conclusive answer that such a site is prohibited by Apple. The \"duplicate\" question is simil
You should be able to symlink the 6.1.something SDK that you have to 6.1.4, similar to my answer here (https://stackoverflow.com/a/19383685/473067). In this case, of course, the symlink should be in Xcode5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
.
We routinely symbolicate crashes using SDK versions that are close enough, but we use our own symbolification script instead of the Xcode one, and the symbols don't always match, so YMMV.