i want to test app from xcode on real device. i have development certificate already added in Keychain Access – Certificates (this certificate was not created by me)
Xcode created Team Provisioning Profile , but i still got error:
Xcode could not find a valid private-key/certificate pair for this profile in your keychain.
Valid signing identity not found.
I have also created private and public key.
But how to connect these keys with provisioning profile/development certificate?
Thanks
You need both development certificate and private-key. You must to create development certificate yourself, or ask to export this pair the one who made it.