Skip to content
New issue

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

No Such Module app_links #1389

Open
ColeMurray opened this issue Nov 23, 2024 · 1 comment
Open

No Such Module app_links #1389

ColeMurray opened this issue Nov 23, 2024 · 1 comment

Comments

@ColeMurray
Copy link

Describe the bug
A clear and concise description of what the bug is.
iOS build is failing due to "no such module app_links".

This appears to be related to this commit: 440c93f

which introduced app links, but doesn't appear to have added a dependency.

To Reproduce
Steps to reproduce the behavior:

  1. Download repo
  2. Follow docs install setup
  3. Open xcode
  4. Build failing

Current behavior
A clear and concise description of what is currently happening
Xcode is failing to build the iOS application due to missing app_links

Expected behavior
A clear and concise description of what you expected to happen.

build should pass

@mdmohsin7
Copy link
Collaborator

mdmohsin7 commented Nov 24, 2024

Can you please try running flutter clean && flutter pub get in the app directory before running it from xcode again? Sometimes the build cache causes issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants