Cpactior 3 update errors

Hi All

I recently update my Capacitor version from 2 to 3,

I then preformed a Ionic Capacitor Sync

I am getting the following error message.

:heavy_multiplication_x: Updating iOS native dependencies with pod install - failed!
:heavy_multiplication_x: update ios - failed!
[error] Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod “Capacitor”:
In Podfile:
Capacitor (from ../../node_modules/@capacitor/ios)

    Specs satisfying the `Capacitor (from `../../node_modules/@capacitor/ios`)` dependency were found, but they
    required a higher minimum deployment target.

[ERROR] An error occurred while running subprocess capacitor.

Can someone advice me what i need to do?

Capacitor 3 requires deployment target set to iOS 12

Check the upgrade guide

Thanks

Is it as simple as change 11 to 12 in pod file?

No, also what the first line says:

Do the following for your Xcode project and app target: open the Build Settings tab. Under the Deployment section, change iOS Deployment Target to iOS 12.0 .