sbis04 / sign_in_flutter

"Login Demo" app which shows how to use google sign in Android and iOS using Flutter.
https://www.souvikbiswas.com/flutter-firebase-auth
MIT License
203 stars 83 forks source link

FirebaseCore/Sources/Private/FirebaseCoreInternal.h file not found #13

Closed lizhaobomb closed 3 years ago

lizhaobomb commented 4 years ago

hi @sbis04 when i run the project for ios i get this error, the flutter doctor is ok

can you give me some suggestions, thanks in advance

sign_in_flutter-master/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/User/FIRUser.m:20:9: fatal error: 'FirebaseCore/Sources/Private/FirebaseCoreInternal.h' file not found

import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 error generated.

sbis04 commented 4 years ago

I have updated the project to the latest Podfile specs. Please try to run now.

sbis04 commented 3 years ago

Assuming this issue to be solved. Closing it.