caiobiodere / cordova-template-framework7-vue-webpack

Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Apache License 2.0
620 stars 153 forks source link

Build for ios #129

Closed khudia closed 6 years ago

khudia commented 6 years ago

When i am tryin to build app using xcode on debuging device, it's building with live reload, but i don't need. I need of course in testing but i don't know how to disable or enable it later. May there is some command to just build app without hooks so that i will be able to build app on my debug device just using xcode and then publish.

khudia commented 6 years ago

cordova prepare ios )) thanks And i do not understand is there is an ability for livereload using real ios device

caiobiodere commented 6 years ago

@khudia yes of course, you just have to do it by yourself using (please check if your iPhone has been connected and profiles, account, etc are okay): cordova run ios -- --lr

khudia commented 6 years ago

All is done. Thanks. And my app is published at appstore successfully....after two weeks of pending))