How to generate an iOS IPA file with Ionic Framework?

前端 未结 4 899
我寻月下人不归
我寻月下人不归 2020-12-04 14:28

I\'ve successfully built the iOS app with the ionic build ios command. But now I want to use TestFlight and it asks me for an IPA file. It seems that file is no

4条回答
  •  长情又很酷
    2020-12-04 15:09

    What I do is to run this command:

    ionic cordova run ios
    

    It will build and make the project, generate the IPA and then launch the simulator. At that moment I just quit the simulator and voila! I have my IPA with just one command (Ionic 4).

提交回复
热议问题