Framework7-cli + capacitor startup issue

Hello,

I’m trying to create a new fresh capacitor project using Framework7 Cli
But when I launch the ios app I got a blank screen.

This is what I’ve done:
1- framework7 create --ui
2- edit capacitor.config.json to change webDir from ‘dist’ to ‘www’
3- npx cap sync
4- npx cap run ios

What I’m doing wrong?

Regards