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

后端 未结 6 1046
夕颜
夕颜 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:49

    My problem was my Target profile didn't have the proper code signing option selected:

    Target Menu -> Code Signing -> Code Signing Identity

    Choose "iPhone developer" then select the provisional profile you created.

提交回复
热议问题