How to install and debug the `.app` format when cordova is packaged?

how to install and debug the .app format file packaged by

cordova?

The

project webapp, written for vue now needs to be packaged into ios version. After using mac for the first time, I finally got a .app format file through cordova build ios . I wanted to send the app file to iPhone just like sending apk to Android, but I couldn"t install it at all and sent it to win computer, .app < /

what should I do? Please give me some advice, thank you!


ios packaging requires the xcode tool to package. First use cordova to generate a folder, then move the ios folder to mac, and use the tool xcode to open the folder. https://www.jianshu.com/p/019. can take a look at this article and write it in great detail


maybe you packed it in the wrong way.

I usually package ios versions with xcode
clipboard.png

cordova
xcode.ipaios
clipboard.png

publish the generated ipa file to dandelion, which can be installed by mobile phone. dandelion

after uploading, dandelion will help you generate an app link, follow the QR code, and the phone can scan the QR code by simply installing it.

so that the app can be installed.

another benefit of dandelion is that you can apply for key, to update automatically.

if you use xcode, you can also connect your phone with a data cable or set up external installation without connection, and build directly to your phone, which is mainly used for small details testing, which is actually very convenient.

Menu