You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
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
The text was updated successfully, but these errors were encountered: