Reputation: 2792
i am trying to run my flutter project and it stuck in Compiling, linking and signing...
when using Flutter run --verbose
Upvotes: 0
Views: 774
Reputation: 11
I had same problem.
There was some problem in ios/Runner.xcodeproj/project.pbxproj
.
I resolved this problem like...
ios/Runner.xcodeproj
.PRODUCT_BUNDLE_IDENTIFIER
and so on in project.pbxproj
file.Upvotes: 1