Xcode - iPhone - profile doesn't match any valid certificate-/private-key pair in the default keychain

后端 未结 6 1048
夕颜
夕颜 2020-12-02 17:56

I tried to add my iPhone to Xcode4 to test my Application on it. I added the device in the Apple Developer-Center and downloaded the Provision-Profile. We pay 99$ per month

6条回答
  •  我在风中等你
    2020-12-02 18:35

    When I tried to select the development provisioning profile in Code Signing Identity is would say "profile doesn't match any valid certificate". So when I followed the two step process below it worked:

    1) Under "Code Signing Identity" for Development change to "Don't Code Sign".
    2) Then Under "Code Signing Identity" for Development you will be able to select your provisioning profile for Development.

    Drove me nuts, but stumbled upon the solution.

提交回复
热议问题