Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No valid iOS code signing keys found in keychain

I can Archive and Publish an app in debug mode, but when switched to App Mode i get the following error:

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: No valid iOS code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com.

the attached file shows i do have the relevant Certificates but Xamarin keeps complaining

The app has been successfully published before but using a different profile on the same mac. Both users key chains contain the same certificates

enter image description here

enter image description here

like image 515
amun1000 Avatar asked Sep 18 '15 08:09

amun1000


1 Answers

I resolved that changing plataform build configuration from iPhone to iPhoneSimulator.

enter image description here

like image 188
Fabio Silva Lima Avatar answered Sep 28 '22 13:09

Fabio Silva Lima