我本来想用包含apns的profile,但是总是提示:  No matching provisionning profiles found,Your build setting specify a provisionning profile with the UUID ...... ,however,no such provisionning profile was found. xcode can resolve this issue by downloading a new provisioning profile from the member center,点击  Fix issue,就下载了个Team证书,可是我不要team证书,我要包含apns的profile,为什么会下载错呢?

解决方案 »

  1.   

    到targets里面的 general 的identity的team里面删除这个team的配置,然后重新来一次就可以了
    证书这个玩意最好还是手动比较好
      

  2.   

     我从organizer中删除了team证书,然后把targets里面的 general 的identity的team设置为None,然后重新编译,再打开organizer,发现team证书又下到设备上去了。怎么回事呢?
      

  3.   


    我在开发中心删除了,然后在设备里面设置-通过-描述文件 删除 了,然后再编译,再看organizer,那个ios Team Provisioning profile:com.abcde.www又出现了,真是奇怪,这个team证书怎么也弄不掉,我要的apns证书就用不上。
      

  4.   

    设备的UUID添加到证书里了没有?
      

  5.   

    不要点击xcode中的Fix issue来解决问题。
    英文中给出了提示xcode can resolve this issue by downloading a new provisioning profile from the member center
    你现在需要做的是:
    1. 登录你的AppleID到member center
    2. 在provisioning profiles  中找到先前创建的provision file. 如果有新设备添加进来,需要编辑并添加这些设备,然后重新生成并下载