Ran the following command and encounter similar error messages:
flutter build ios --obfuscate --split-debug-info=[Directory]
Error (Xcode): Warning: The generated assembly code contains unobfuscated DWARF debugging information.
Encountered error while building for device.
Found out that the error was caused by custom IconData I just added. Add const in front resolved the error.