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:
Build Settings → Debug Information Format = dwarf-with-dsym
Enable Bitcode = NO
Strip Linked Product = NO
No Run Script or post-install scripts removing dSYM
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!