If you use this template, in the `App.vue` file, needs to import the component HelloWorld. Otherwise there will be an error when you try the app in iOS. Needs proper import ``` import HelloWorld from './components/HelloWorld'; components: { HelloWorld, } ```