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.
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.