I submitted my app to the app store and received the following warning (not error):
Too many symbol files - These symbols have no corresponding slice in
Disable bitcode in the build setting.
I got similar problem and determined that enabling bitcode will produce BCSymbolMaps in the app archive. Disabling bitcode resolve the issue.