.dSYM files for Zoom Video SDK iOS Frameworks

I’m using the flutter_zoom_videosdk in my Flutter app for iOS, which includes native .xcframeworks such as ZoomVideoSDK.xcframework, zm_annoter_dynamic.xcframework, zoomcml.xcframework, and CptShare.xcframework.

When archiving the app for TestFlight, I receive “Upload Symbols Failed” errors because the corresponding .dSYM files are not included in the SDK.

Can you please provide the .dSYM files (or a dSYM.zip) for the iOS SDK version used by flutter_zoom_videosdk ?

Thank you!

strong text

Hi @moeed,

You can switch from DWARF with dSYM file to DWARF in the build settings for your targets like so:


This will remove the warning during the upload process for release targets.

1 Like

This topic was automatically closed 25 hours after the last reply. New replies are no longer allowed.