Flutter build ipa 1100 error

Key

After many tries of executing the flutter build ipa command and receive always the 1100 error saying that “Your session has expired. Please log in.“, I finally done.

There is a right above the last error message, that says:

Try distributing the app in Xcode: “open /Users/user******/Development/Mobile/[[app folder]]/build/ios/archive/Runner.xcarchive”

And that’s it!

The Xcode application starts and ask if I want to automatically sing in. So I marked this option and Xcode ask to log in the Keypass.

After that I tried again to execute the ipa build and everything works fine!

Two lessons: read all error message, always. And don’t give up, never.

UPDATE:

I had to open the Peferences > Account, click on Manage Certificates And + a new Development one cause the old was expired.

After that I tried run the flutter build ipa command an the log says that I must to Build on XCode. So, a prompt ask for my local password many times and build was success.

And them the flutter build occurs.

Ufa!

Leave a Reply

Your email address will not be published. Required fields are marked *