79137812

Date: 2024-10-29 15:11:27
Score: 1
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: speedlight