Akira Chen
Akira Chen

Reputation: 73

Visual Stuio 2015 Xamarin Form Portble Project deploy to iPad Failed

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

Answers (1)

Prashant Cholachagudda
Prashant Cholachagudda

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

Related Questions