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
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
Delete ios/Pods, ios/PodFile.lock and even ios/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:
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: