I'm using some pods of Firebase SDK in my project; actually I'm using Firebase App Indexing also I need to use Firebase Performance Monitoring framework but when I'm installing it (I'm using Cocoa Pods 1.2.0) the logs shows me this:
Specs satisfying the 'Firebase/AppIndexing' dependency were found, but they required a higher minimum deployment target.
Obviously I change the deploy target to the higher version posible but the message still the same; I think that for some reasons App Indexing and Performance Monitoring couldn't live together or I'm implementing it wrong...
Language.- ObjC Firebase framework .- 4.0.2
Any suggestions?