Closed vlad-buhaescu-qoob closed 5 months ago
As you can see the error is Failed to log in.
. You will have to create a service connection on your project. Go to your settings and add a service connection of Apple ID and then it should work. Also go through the links below
Check this issue as well if your issue isn't solved yet https://github.com/hey24sheep/azure-flutter-tasks/issues/119
Close your issue in case it's solved
I have followed the medium tutorial and fixed lot's of issues by myself although I got to this one:
If I run
flutter build ipa --export-options-plist=/Users/myUser/Documents/Developement/flutter_app/app/iOS/exportOptions.plist
locally it is successfully generates the IPA fileMore to that I ran locally the command below and it was successful:
Thing is I didn't see any step where I have to provide some login info for an Apple ID. Any ideas how to make flutter build ipa --export-options-plist=etc pass on Azure Devops?