No identities are available for signing Xcode 5

后端 未结 24 2345
栀梦
栀梦 2020-12-04 10:19

I have an error \"No identities are available for signing\" when try to validate my app in Xcode 5. I tried all: Recreate certificates and provisioning profiles, all methods

24条回答
  •  一生所求
    2020-12-04 11:10

    Please make sure you are using distribution provisioning profiles, rather than Development. And the code sign setting in Xcode is compatible with the distribution provisioning profiles.

    enter image description here

提交回复
热议问题