This happened to me after adding/renaming current configurations and it makes sense.
Every configuration makes use of Configurations Set generated by cocoapods so these things needs to match.
So if you add/rename configurations, these will need to use the right configuration sets, and for that running pod install
will do it.