Every time I add the firebase_auth
bundle to my Flutter undertaking, my app does not run on the simulator. Does anybody have any concepts about this?
Exceptions
Did not construct iOS app
Swift Compiler Error (Xcode): Anticipated declaration
/Customers/maac/StudioPrjects/pet_panda_app/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/Swift/Auth/Auth.swift:287:2
Swift Compiler Error (Xcode): Anticipated declaration
/Customers/maac/StudioPrjects/pet_panda_app/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/Swift/AuthProvider/OAuthProvider.swift:42:2
i attempted all of this stuff
sudo gem set up cocoapods
pod repo replace
pod set up
platform :ios, ‘12.0’
flutter clear
rm -rf ios/Pods ios/Podfile.lock
flutter pub get
cd ios
pod set up
cd ..