firebase-ios-sdk: Unable to install Firebase iOS
Environment:
- Xcode version: 12.4
- Firebase SDK version: _____
- Installation method: CocoaPods
- Firebase Component: Analytics, Crashlytics, DynamicLinks
I just created a new empty project with Podfile and run ‘pod install’ Now my app can’t run because of error: ‘GoogleUtilities/GULURLSessionDataResponse.h’ file not found
My Podfile:
target 'test' do
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
pod 'Firebase/DynamicLinks'
end
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (9 by maintainers)
@paulb777
This is a specially created new project to be sure that the problem is not in the settings I think you can easily repeat this error by creating an empty project with the same Podfile
Thanks for you help!