Reputation: 73
I deploy to my ipad, but appear this message as below:
No valid iOS code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com.
Does somebody know how to solve this problem?
Upvotes: 0
Views: 57
Reputation: 13090
We usually see this error when you do not have any code signing keys/provisional profiles set up on your Mac.
You can find the instructions to set up your machine for iOS development here: https://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/
Upvotes: 1