Reputation: 73
I am building the flutter application for the test flight but there is issue with the amplify auth cognito when building to test flight. I get following error Module 'amplify_auth_cognito' not found
and when further exploring the ios folder and inside the symlink folder there is amplify auth cognito but there is no ios folder inside it like the other amplify plugins have.
When i check the pod lock file I do see following:
- amplify_auth_cognito (0.0.1):
- Flutter
- FlutterMacOS
I have tried following steps.
pod install
I was expecting this to add the missing ios folder for the amplify auth cognito.
Upvotes: 0
Views: 22