In order to resolve this this is the steps I did:
flutter clean flutter pub get flutter build ios --release
Then I republished the app again to app store with XCode.
With this the error was solved. I hope my solution can help you.