I was having this issue as well, I found the answer here:
https://stackoverflow.com/a/27039447/23618150
(I develop in VSCode, the terminal inside of it is where all my commands will be ran from.)
Go to the IOS directory and open the xcworkspace in Xcode
cd IOS
open runner.xcworkspace
pod install
and it reinstalled the pods and it did not give me the warnings again. Though when I go back into Xcode and look at the configs, it automatically put them back, but I believe it is supposed to.