Skip to content
Discussion options

You must be logged in to vote

Hello,

I resolved the Flutter Amplify login and authentication error by removing the --no-codesign command from my build process. Initially, I was using the command:

flutter build ios --simulator --no-codesign

However, I found that the issue was resolved when I updated the command to:

flutter build ios --simulator

I am not entirely sure how the --no-codesign option affects Amplify authentication, especially since my Amplify configuration was correct. If anyone has insights on this matter, I would appreciate your input.

Thank you!

Replies: 5 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@dam-ease
Comment options

@tksuns12
Comment options

@dam-ease
Comment options

@yonycherkos
Comment options

@dam-ease
Comment options

Comment options

You must be logged in to vote
3 replies
@dam-ease
Comment options

@yonycherkos
Comment options

@dam-ease
Comment options

Comment options

You must be logged in to vote
1 reply
@days155
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
4 participants