-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'FIRInstanceID.h' file not found #3796
Comments
This comment has been minimized.
This comment has been minimized.
Normally this is something that CocoaPods takes care of. Can you try running |
Thank you for the reply.
I tried it but it didn't resolve. Podfile ( partial )source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
install! 'cocoapods', :generate_multiple_pod_projects => true, :incremental_installation => true
use_frameworks!
target 'target' do
pod 'Firebase/Messaging', :inhibit_warnings => false # Silent warning
pod 'Firebase/Analytics'
pod 'Firebase/DynamicLinks'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Performance'
target 'targetTests' do
inherit! :complete
end
end Podfile.lock ( partial )
|
The application was successfully built by changing to the following settings. install! 'cocoapods', :generate_multiple_pod_projects => false, :incremental_installation => false |
@daidongon Thanks for the report and narrowing it down to the CocoaPods configuration. We're working on a fix at #3803 |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Build Failued
localPath/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/RCNFetch.m:21:9:
In file included fromlocalPath/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/RCNFetch.m:21:
Steps to reproduce:
Relevant Code:
The text was updated successfully, but these errors were encountered: