We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After following the Amplify iOS tutorial at https://next-docs.amplify.aws/start/getting-started/native_generate-model/q/integration/ios I am facing the following error at Step 3
~/ToDo/Pods/AmplifyTools/amplify-tools.sh: line 31: amplify-app: command not found
After running the commands below, I get following as the output on my machine : amplify --version -> 4.21.0 which amplify-app -> amplify-app not found
The text was updated successfully, but these errors were encountered:
fix(tools): add npx to amplify-app and fix typo - fixes #486
c0d1bad
c7d11a7
No branches or pull requests
After following the Amplify iOS tutorial at
https://next-docs.amplify.aws/start/getting-started/native_generate-model/q/integration/ios
I am facing the following error at Step 3
~/ToDo/Pods/AmplifyTools/amplify-tools.sh: line 31: amplify-app: command not found
After running the commands below, I get following as the output on my machine :
amplify --version -> 4.21.0
which amplify-app -> amplify-app not found
The text was updated successfully, but these errors were encountered: