Hi,
I've problems uploading an app to Apple Store. The app works perfectly on emulator and on local iOS test device; Xcode makes the bundle correctly but, when uploading on App Store, it fails at the end with an error:
Upload Symbols Failed
The archive did not include a dSYM for the sqlite3arm64ios.framework with UUIDs ..... Ensure that the archive's dSYM folder includes a DWARF file for sqlite3arm64ios.framework with the expected UUIDS.
Here's the dependancy part of pubspec.yaml:
sqflite: ^2.4.2
sqflite_common_ffi: ^2.4.0+1
sqflite_common: ^2.5.6
Any suggestion ?
Thank you,