We are going to learn how to solve the problem today:
Authentication with Apple Developer Portal failed! Security returned a non-successful error code: 36

This error occurs when we try to create the build for iOS from Flutter and ask for credentials, which we input correctly but get an error.
We need to change the build generation command to this:
build --profile production --platform ios
Add –non-interactive at the end, we will continue.
