After updating FireBase SDK in project I get error:
iOS framework addition failed due to a CocoaPods installation failure. This will will likely result in an non-functional Xcode project.
After the failure, "pod repo update" was executed and succeeded. "pod install" was then attempted again, and still failed. This may be due to a broken CocoaPods installation. See: https://guides.cocoapods.org/using/troubleshooting.html for potential solutions.
pod install output:
Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "Firebase/Core": In Podfile: Firebase/Analytics (= 5.5.0) was resolved to 5.5.0, which depends on Firebase/Core (= 5.5.0)
Firebase/Core (= 5.4.0)
Specs satisfying the Firebase/Core (= 5.4.0), Firebase/Core (= 5.5.0) dependency were found, but they required a higher minimum deployment target.
Unity SDK on site is 5.2.1 :(
Any help needed :)