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