Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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