Build iOS 9.3.5 FAILED

Hi everyone,
i need to build an app for a iOS 9.3.5 device

everything is ok for newer os version.
when i try to launch with xcode, this happens


and the app freeze on SplashScreen

i found a “solution” online, that says to change

<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />

to

<preference name="CordovaWebViewEngine" value="CDVUIWebViewEngine" />

but the app opens and show the “BLANK SCREEN OF DEATH”
with this logs

i don’ found other solution and i’m stuck at this…
help me plz