xcode 属性“com.apple.security.application-groups in”在设备中不起作用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22629611/
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
Property "com.apple.security.application-groups in" not working in device
提问by Hitendra
I have an application in that .entitlement file, I set com.apple.security.application-groupsproperty and now application is not running in my iPad, with the following error message:
我在那个 .entitlement 文件中有一个应用程序,我设置了com.apple.security.application-groups属性,现在应用程序没有在我的 iPad 中运行,并显示以下错误消息:
The entitlements specified in your application's Code Signing Entitlements file do not match those specified in your provisioning profile.(0xE8008016)
.
The entitlements specified in your application's Code Signing Entitlements file do not match those specified in your provisioning profile.(0xE8008016)
.
回答by Shauket Sheikh
Whenever you update any capability you need to generate new provision profiles. Reason is your app id contain those capabilities and whenever you update your app id capabilities you old provision does not contain new changes related to your app id. An attached image should app id contain group capabilities, so after adding this capability you should update your provision profile to see the effect inside provision profile.
每当您更新任何功能时,您都需要生成新的配置文件。原因是您的应用程序 ID 包含这些功能,并且每当您更新您的应用程序 ID 功能时,您的旧配置不包含与您的应用程序 ID 相关的新更改。附加的图像应该 app id 包含组功能,因此在添加此功能后,您应该更新您的配置文件以查看配置文件中的效果。