Flutter Unable to do Flutter build IPA: application still contains the default signing identifier.

I have been working with Flutter for a while now and this is the worse of issues I have faced till date.

lets say I have a bundle id com.example.appname registered in apple developer for my team.

I have been releasing test flight build for many weeks now.

suddenly it has stopped working and im unable to build release file (IPA) It took me 3 days for it to finally start working on my simulators but it still fails on the release build

Error output: PhaseScriptExecution failed with a nonzero exit code

It appears that your application still contains the default signing identifier. Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace Encountered error while archiving for device.

in the the root level of your Flutter project, have you tried flutter clean and then flutter pub get ?

@GeekMeSpeak, I already tried everything there is to try. Issue raised with flutter team : https://github.com/flutter/flutter/issues/106268

Flutter Unable to do Flutter build IPA: application still contains the default signing identifier.
 
 
Q