Flutter build ipa obfuscate throws "… unobfuscated DWARF debugging information."
I am getting the error of "Error (Xcode): Warning: The generated assembly code contains unobfuscated DWARF debugging information." when building Flutter with flutter build ipa --obfuscate --split-debug-info=<file-path> command. It doesn't throw and builds if I just type flutter build ipa…