You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have this issue when try. run flutter project
with xcode 13
Include of non-modular header inside framework module 'FirebaseCoreExtension.FIRAppInternal': '/Users/dev.me/Desktop/Project/myproject/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h'
pod 'Firebase/Analytics'
pod 'Firebase/Auth', :modular_headers => true
pod 'Firebase/Firestore', :modular_headers => true
pod 'GTMAppAuth', :modular_headers => true
pod 'Firebase', :modular_headers => true
pod 'FirebaseCoreInternal', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true
pod 'GoogleSignIn'
pod 'FirebaseCore', :modular_headers => true
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have this issue when try. run flutter project
with xcode 13
Include of non-modular header inside framework module 'FirebaseCoreExtension.FIRAppInternal': '/Users/dev.me/Desktop/Project/myproject/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h'
my pod file
platform :ios, '13.0'
source 'https://github.com/CocoaPods/Specs.git'
pod 'Firebase/Analytics'
pod 'Firebase/Auth', :modular_headers => true
pod 'Firebase/Firestore', :modular_headers => true
pod 'GTMAppAuth', :modular_headers => true
pod 'Firebase', :modular_headers => true
pod 'FirebaseCoreInternal', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true
pod 'GoogleSignIn'
pod 'FirebaseCore', :modular_headers => true
so any help please
Beta Was this translation helpful? Give feedback.
All reactions