In my case I just uncommented line 2 in ios/Podfile, and the changed the number from 12.0 to 13.0
From this: # platform :ios, '12.0'
# platform :ios, '12.0'
To this: platform :ios, '13.0'
platform :ios, '13.0'