IOS Missing DSYM file

Hi Cocos team,

I’m currently using Cocos Creator 3.8.5 and Xcode 16.3 to build an iOS project.

When I archive the project in Xcode (for App Store upload), the archive (.xcarchive) does not include the main app dSYM (alcatmist.app.dSYM) under the dSYMs folder. This results in missing symbol files, and I cannot upload the correct dSYM for Crashlytics or App Store crash symbolication.

I have already verified:
:white_check_mark: Build Settings → Debug Information Format = dwarf-with-dsym
:white_check_mark: Enable Bitcode = NO
:white_check_mark: Strip Linked Product = NO
:white_check_mark: No Run Script or post-install scripts removing dSYM
:white_check_mark: CMake configuration sets XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT properly

Despite all of this, the archive consistently has no main app dSYM.

How can I ensure that Cocos Creator 3.8.5 produces the main app dSYM when archiving with Xcode 16.3?
Are there any known limitations, engine settings, or CMake modifications required to enable correct dSYM generation?

Thanks in advance for your help!

dsym file which generated by the Xcode, please make sure the configuration of Xcode is correct. The Cocos cant effect the generation of this file.