79388795

Date: 2025-01-26 15:47:18
Score: 1.5
Natty:
Report link

For me, it was a Firebase issue... I had not correctly added Firebase dependencies to the Podfile.

I also received: Xcode build is missing expected TARGET_BUILD_DIR build setting. Xcode Build Failure

Once I did, then I did a flutter clean and flutter run and it worked.

Add the Firebase pods for the products you want to use

pod 'FirebaseAnalytics' pod 'FirebaseAuth' pod 'FirebaseFirestore'

To the Podfile in the ios folder.

Podfile Update

Reasons:
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Roscoe - ROSCODE