Flutter iOS App No such module ‘GTMSessionFetcherCore’
<code>
import FirebaseAppCheckInterop
import FirebaseAuthInterop
import FirebaseCore
#if COCOAPODS
import GTMSessionFetcher
#else
import GTMSessionFetcherCore
#endif
</code>
<code>
import FirebaseAppCheckInterop
import FirebaseAuthInterop
import FirebaseCore
#if COCOAPODS
import GTMSessionFetcher
#else
import GTMSessionFetcherCore
#endif
</code>
import FirebaseAppCheckInterop
import FirebaseAuthInterop
import FirebaseCore
#if COCOAPODS
import GTMSessionFetcher
#else
import GTMSessionFetcherCore
#endif
I don’t know why I keep getting this error the app was working fine
tried to
clean flutter
remove pods
deleted the iOS app and recreated it
but nothing is working