dSYM files never go inside the app bundle. During an archive action in Xcode, dSYM files land in YourApp.xcarchive/dSYMs, so that's where you should expect to be finding this particular dSYM before submitting to the App Store. If that's not the case, it would be helpful to go backwards through your build process to figure out why that's not happening. For example, I'm noticing the path component Resources/Modules/Release/BIS.bundle.dSYM , which makes me think there's a component to your build which is moving entire directories named Modules or Release around which is having unintended consequences here. — Ed Ford, DTS Engineer
Topic:
App Store Distribution & Marketing
SubTopic:
App Review