How to become familiar with code signing issues?

后端 未结 2 2053
梦如初夏
梦如初夏 2021-02-11 00:08

Every time when i deal with code signing and provisioning profiles strange things happens. Most times i get the error \"no code signing identity found\" and if not then somethin

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-11 00:31

    you have a long question , but If you face problem with archive or publish your app there are some steps you should follow

    First code signing

    If you build your app with Debug , then debug must sign with iPhone developer --> general if you use many or specific one "depend of certificate you have in your key-chain "

    but If you build your app with release then you should you certification iPhone distribution ---> general or specific one

    Second Provisioning Profile

    If you build with Debug then the provision profile Debug should match match your bundle detail and be development

    release be distribution one that you create on developer apple site

    I hope this help you have a look at this also please

提交回复
热议问题