xcode 没有安装的配置文件与安装的 iOS 代码签名密钥匹配
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29626057/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
No installed provisioning profiles match the installed iOS code signing keys
提问by Akash Agrawal
When i am selecting the iphone device and build,it is showing the error for xamarin.ios
当我选择 iphone 设备并构建时,它显示 xamarin.ios 的错误
Error 555 No installed provisioning profiles match the installed iOS code signing keys.
错误 555 没有安装的配置文件与安装的 iOS 代码签名密钥匹配。
Please help to resolve this issue.
请帮助解决此问题。
回答by LinusGeffarth
Try the following steps to reinstall the certificates and provisioning profiles:
尝试按照以下步骤重新安装证书和配置文件:
- go to the Apple Member Centerand downloadall certificatesand provisioning profiles
- savethem somewhere you can access theme like on desktop
- double-clickall of them, certificates and profiles
- this will bring up Xcode and the Keychain closeKeychain as you won't need it anymore
- in Xcode, go to Build Settingsto verify the profiles were added correctly
- setthe Developer Code Signing Identity to your profile
- 转到 Apple会员中心并下载所有证书和配置文件
- 将它们保存在您可以访问主题的地方,例如在桌面上
- 双击所有这些证书和配置文件
- 这将打开 Xcode,钥匙串 关闭钥匙串,因为您不再需要它
- 在 Xcode 中,转到Build Settings以验证配置文件是否已正确添加
- 将开发人员代码签名身份设置为您的个人资料
All the important files are reinstalled now. Maybe that will fix your problem.
现在重新安装所有重要文件。也许这会解决你的问题。
Hope that helps :)
希望有帮助:)
回答by Ravi Gautam
Please check and install the correct certificate with provisioning profile from apple developer. The following links can help you-
请使用苹果开发者的配置文件检查并安装正确的证书。以下链接可以帮助您-
iPhone 应用签名:在您的钥匙串中找不到与此配置文件匹配的有效签名身份
http://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/
http://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/