I am facing this issue while compiling the app for ios
this is the whole stacktrace:
Launching lib/main.dart on iPhone Xs Max in debug mode... Running pod install... Running Xcode build... Xcode build done.
2,4s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED **Xcode's output: ↳ === BUILD TARGET FirebaseAuth OF PROJECT Pods WITH CONFIGURATION Debug === In file included from /Users/danielec/.pub-cache/hosted/pub.dartlang.org/google_sign_in-4.0.1+3/ios/Classes/GoogleSignInPlugin.m:5: /Users/danielec/.pub-cache/hosted/pub.dartlang.org/google_sign_in-4.0.1+3/ios/Classes/GoogleSignInPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found #import ^~~~~~~~~~~~~~~~~~~ 1 error generated.
I tried reinstalling both firebase_auth and google_sign_in, removing and reinstalling cocoapods, I don't know what else to do, as any one experienced this problem before?
Versions:
- Cocoapods: 1.6.1
- firebase_auth: ^0.8.4+5
- google_sign_in: ^4.0.1+3
pod installdirectly ? Also if you try to run on real device you should check your signing config. - danypata# platform :ios, '9.0'- Jarek