Replies: 1 comment 1 reply
-
I have the same problem, did you find a solution? EDIT: I am hoping to find a solution in this issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have this error when try. run
#import <FirebaseCore/FIRApp.h>
Include of non-modular header inside framework module 'FirebaseCoreExtension.FIRAppInternal': '/Users/dev.user/Desktop/Project/mybroject/ios/Pods/Headers/Public/FirebaseCore/FIRApp.h'
and Could not build Objective-C module 'FirebaseCoreExtension'
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'
pod 'GTMAppAuth', :modular_headers => true
pod 'Firebase'
pod 'FirebaseCoreInternal', :modular_header => true
pod 'GoogleUtilities', :modular_headers => true
pod 'GoogleSignIn'
pod 'FirebaseCore', :modular_header => true
pod 'Firebase/Messaging', :modular_header => true
any help please
Beta Was this translation helpful? Give feedback.
All reactions