flutter stop in Compiling, linking and signing when building

643 views Asked by At

i am trying to run my flutter project and it stuck in Compiling, linking and signing... when using Flutter run --verboseenter image description here

1

There are 1 answers

1
i88seven On

I had same problem.

There was some problem in ios/Runner.xcodeproj/project.pbxproj.

I resolved this problem like...

  1. Create another flutter project.
  2. Copy files in ios/Runner.xcodeproj.
  3. Paste to the problematic project.
  4. Fix PRODUCT_BUNDLE_IDENTIFIER and so on in project.pbxproj file.