How to build ios for ionic 3 after update ionic 4?

Hi guys, I find a problem to build ios all my ionic 3 projects after update ionic 4 (after ionic 4 release), and I try to generate new project (ionic 3) using this command

ionic start MyIonicProject tutorial --type=ionic-angular

, detail command you can find in the link

Ionic V3 App Development Tutorial | Ionic Framework Tutorial

, but when I try to build ios I find the same error, the error like this :

[10:51:42]  build dev finished in 14.49 s 
[10:51:45]  lint finished in 3.16 s 
> cordova build ios --release
Error
    at cli.catch.err (/usr/local/lib/node_modules/cordova/bin/cordova:30:15)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
[ERROR] An error occurred while running subprocess cordova.
        
        cordova build ios --release exited with exit code 1.
        
        Re-running this command with the --verbose flag may provide more information.

,and this is my ionic info :

Ionic:

   ionic (Ionic CLI)  : 4.10.3 (/usr/local/lib/node_modules/ionic)
   Ionic Framework    : ionic-angular 3.9.3
   @ionic/app-scripts : 3.2.1

Cordova:

   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : ios 4.5.5
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 4 other plugins)

System:

   NodeJS : v8.2.1 (/usr/local/bin/node)
   npm    : 6.8.0
   OS     : macOS High Sierra

Please, anyone help me to solve this problem.

Thanks