error: exportArchive: No profiles for 'io.ionic.starter' were found

前端 未结 4 1955
梦如初夏
梦如初夏 2021-01-19 18:42

I am trying to build my ionic 3 application and deploy and live reload on my device for that reason I am trying following command:

ionic cordova run ios --de         


        
4条回答
  •  粉色の甜心
    2021-01-19 18:58

    I had the same issue before and I fixed it by actually archive and validate the ios app using xcode GUI. That creates the provisioning profile you need if you check the "automatic managing signing". (P.s. If that fails to validate, then it is because of some other reason which you need to google) After all the necessary provisioning profiles are automatically created by xcode. Then, try run the command again. It should work this time! I hope that can solve your problem.

提交回复
热议问题