I have updated to Xcode 12.0. My app has a deployment target of 10.0 but after updating to Xcode to 12.0, I am getting the following for all the pods in my podfile:
Update iOS Deployment Target
This will update the minimum deployment target of Target 'target' to '12.0'.
Why do i need to update the minimum deployment to 12.0 when my minimum deployment for this app is set for 10.0?
Do i uncheck 'Build Settings' and click on Perform Changes or do i update?