Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

flutter stuck on Compiling, linking and signing

Flutter project is stuck in Compiling, linking and signing... i dont just understand why this is stuck here...

even using verbose i dont get any stack trace on why this is stuck...

Launching lib/main.dart on iPhone 13 Pro Max in debug mode...
Running pod install...                                             11.6s
Running Xcode build...                                                  
 └─Compiling, linking and signing...

enter image description here

like image 272
Gbenga B Ayannuga Avatar asked Oct 17 '25 19:10

Gbenga B Ayannuga


1 Answers

I'm not sure if you're experiencing the same cause as I did, but in my case, the issue was this line in my Podfile (/ios/Podfile)

use_frameworks! :linkage => :static

(I don't remember why I had it there, it's not part of the default setup. I think I had added it as part of a solution for an older problem, but it's no longer necessary.)

I changed it back to the default:

use_frameworks!
like image 120
Ash Menon Avatar answered Oct 19 '25 11:10

Ash Menon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!