Google just updated its Firebase kernels, and several old methods are deprecated. One of them that I want to integrate is as follows: Firebase/Authhowever, importing into a podfile and running: pod installproduces an error:
[!] Unable to satisfy the following requirements:
- `Firebase/Auth` required by `Podfile`
Specs satisfying the `Firebase/Auth` dependency were found, but they required a higher minimum deployment target.
However, looking at the purpose of the assembly, I installed it in the latest version:

How can I alleviate this error?
source
share