Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The archive did not include a dSYM for the Flutter.framework with the UUIDs

I'm new to Flutter iOS development. Trying to publish an app on the Apple app store. But after building the archive, when I try to distribute or validate the app, Xcode keeps me showing

The archive did not include a dSYM for the Flutter.framework with the UUIDs [4C4C-5555--****-*****45CD327]. Ensure that the archive's dSYM folder includes a DWARF file for Flutter.framework with the expected UUIDs. enter image description here

How can I overcome this?

like image 803
Sharif Ahamed Avatar asked Sep 05 '25 03:09

Sharif Ahamed


1 Answers

To solve this problem you just need to update the flutter version

like image 197
عباس فآضل Avatar answered Sep 08 '25 01:09

عباس فآضل