-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Module 'app_links' not found #1076
Comments
Exact same issue here. I wonder if its because I'm on iOS 18.3 beta. I really don't want to downgrade |
It's the same for me, anyone found the way to fix that? |
What Flutter version are you running? |
When opening your project with XCode, make sure to open |
I fixed it. If I remember correctly, to fix the issue I had to 1-completely delete my iOS file on my flutter project and reinitialize. (I wish I remembered the exact commands) I wish I were a bigger help. It took a lot of ChatGPT help (with search on for up-to-date references) and a specific stack overflow thread. I'll link it if I find it again. |
@MicahYea I thought about doing that but chose not in the end because it was an already deployed project with tons of native configurations for things like permissions, notifications, etc. |
When I try to run my app from XCode, the build fails with the error
Module 'app_links' not found
. I need to get past this because I want to run the app on a physical device. I have tried:flutter clean && flutter pub get
ios/Pods
,ios/PodFile.lock
and evenios/Flutter
pod repo update
pod install
I have also ensure that both supabase and cocoapods are the latest version.
The text was updated successfully, but these errors were encountered: