Framework7-CLI updated to new version with cordova-ios@6 support:
- Removed
cordova-plugin-wkwebview-engineplugin - Added
app://localhostas default cordova iOS app scheme/host
To configure app scheme and host check the cordova/config.xml file and modify the following preferences:
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />