79798187

Date: 2025-10-23 20:41:52
Score: 1
Natty:
Report link

What worked for me was to

  1. Go to ios/.symlinks/plugins/firebase_auth/ios/firebase_auth.podspec and find out what the deployment target is

  2. Go to ios/Podfile, uncomment the line and update the value to match what is the file above
    platform :ios, 'value'

  3. Make sure to do run flutter clean, flutter pub get and then pod install in the ios folder

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Anurella