caiobiodere / cordova-template-framework7-vue-webpack

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

IOS build and deploy #120

Closed Bek81 closed 6 years ago

Bek81 commented 6 years ago

Hi, I need help.

I installed and develop a test app. Now I should do the package and install everything on IOS devices. I have generated various certificates and provisioning. But now I do not know how to proceed using the cordova commands (without Xcode).

Can you help me? Can you tell me a step by step procedure to deploy on device? Please.

Thanks and regards.

caiobiodere commented 6 years ago

Please check this link: https://code.tutsplus.com/tutorials/how-to-submit-an-ios-app-to-the-app-store--mobile-16812

Bek81 commented 6 years ago

Oh... ok. Thanks a lot, but I do not have an xcode project: I installed everything following your instructions with the command "cordova create [com.example.projectname] [ProjectClassName] --template cordova-template-framework7-vue-webpack".

is it ok anyway?

Also, I don't want to upload the app to the app store.

Bek81 commented 6 years ago

Ok, after several attempts, and after finding the xcodeproject file in the platforms folder, I managed to build ipa with xcode and I installed everything on ipad. it works!

caiobiodere commented 6 years ago

Awesome work @Bek81 !