Running pod install... 2,087ms
Running Xcode build...
└─Compiling, linking and signing... ⣻
flutter build ios command is always stuck at └─Compiling, linking, and signing… ⣯
3
Answers
make a backup of the project and try this
I have ran into the same issue after running
flutter build ipa
. I honestly do not know what caused the problem.However, killing the process, restarting my computer, and running the process again seemed to have fixed the issue for me.