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...

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!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With