自动签名无法解决与“projectName"有关的问题.目标的权利文件

Automatic signing is unable to resolve an issue with the quot;projectNamequot; target#39;s entitlements file(自动签名无法解决与“projectName有关的问题.目标的权利文件)
本文介绍了自动签名无法解决与“projectName"有关的问题.目标的权利文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我是 mac 新手,我收到如下错误

我应该怎么做我已经购买了开发者许可证并创建了配置证书,但我仍然面临这个问题.我不知道为什么我会得到这个错误任何帮助.

<块引用>

我已关注此 youtube 链接以创建配置文件和分发配置文件

我收到了这样的新错误

解决方案

我在使用推送通知的项目中遇到了同样的问题,我修复它的方法是:Target-> Capabillities 并打开推送通知.修复

注意:@codebrew 的回答进一步解释了这个巧妙的修复.

I am new to mac and i am getting this error as below

What should i do i have bought the developer licence and i created the provisioning certificate but still i am facing this issue. i am not sure why i am getting this error any help.

i have followed this youtube link inorder to create a provisioning profile and distrubution profile https://www.youtube.com/watch?v=Xh2nnjttOwo&t=367s

UPDATE

after updateing my buildsettings like this below

and i am getting new error like this

解决方案

I had the same problem in a project that i used push notifications what i did to fix it is : Target-> Capabillities and turned on push notifications .fix

Note: the answer from @codebrew explains this clever fix further.

这篇关于自动签名无法解决与“projectName"有关的问题.目标的权利文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to resize UITextView on iOS when a keyboard appears?(出现键盘时如何在iOS上调整UITextView的大小?)
How to reliably detect if an external keyboard is connected on iOS 9?(如何可靠地检测 iOS 9 上是否连接了外部键盘?)
How to mimic Keyboard animation on iOS 7 to add quot;Donequot; button to numeric keyboard?(如何在 iOS 7 上模拟键盘动画以添加“完成数字键盘的按钮?)
How do I dismiss the iOS keyboard?(如何关闭 iOS 键盘?)
Is possible to simulate touch event using an external keyboard on ios jailbroken?(是否可以在 ios 越狱后使用外部键盘模拟触摸事件?)
How do I retrieve keystrokes from a custom keyboard on an iOS app?(如何从 iOS 应用程序上的自定义键盘检索击键?)