No valid iPhone code signing keys found in keychai

2019-04-19 12:11发布

I'm getting this error iPhone code signing keys found in keychain error Xamarin even after deleted Entitlements.plist when trying to build the HelloWorld_iPhone app using Xamarin Studios. I understand Its require while deploy on real device but I'm building and trying to run on a simulator and still causes this issue. Is this known issue?

3条回答
叛逆
2楼-- · 2019-04-19 12:44

Try to delete Entitlements.plist from iOS project and try to recompile project.

查看更多
该账号已被封号
3楼-- · 2019-04-19 13:09

In my case, there was already apple id but I clicked on ManageCertificate enter image description here

and then I added certificate by clicking on plus sign and its done. enter image description here

查看更多
相关推荐>>
4楼-- · 2019-04-19 13:10

Yeah it seems bug in Xamarin Studio It has work around that you must have AppleID just to login on XCode. Try following:

  • Create an Acount @ Apple Dev (If you don't have)
  • Open XCode and Menu
  • Preferences > Accounts > Add AppleID (Just Created)

  • Now go back to Xamarin Studio and try to build your application again on simulator.

Try to rebuild and issues gone!!

查看更多
登录 后发表回答