'Flutter is not currently compatible with embedding LLVM IR bitcode

I have a project that uses flutter when it runs the project by compiling it in flutter run no problem runs correctly when I run it on ios from xcode I have the errors listed below, what are they due to and how can I fix them?

Error:

enter image description here Pub Printing:

remark: Incremental compilation has been disabled: is not currently compatible with embedding LLVM IR bitcode
Command CompileSwiftSources failed with a nonzero exit code

app_tracking_transparency:

remark: Incremental compilation has been disabled: is not currently compatible with embedding LLVM IR bitcode
Command CompileSwiftSources failed with a nonzero exit code


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source