Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic signing is unable to resolve an issue with the "projectName" target's entitlements file

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

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 img

and i am getting new error like this img

like image 213
Mohan Gopi Avatar asked May 15 '17 06:05

Mohan Gopi


People also ask

How to add entitlements to a binary without signing it?

It is not possible to add entitlements to a binary without signing it. My solution is go to the TARGET → General → Signing -> click the Enable signing... button, and I solved the issue. Show activity on this post.

Why is my project's profile is invalid?

It is invalid because I have not chosen it in extension. You must choose a profile at your project's all extension, and there is no need to create a new. Show activity on this post.

How to disable autogenerated binding redirects in Visual Studio 2017?

If you have Visual Studio 2017 version 15.7 or later, you can easily disable autogenerated binding redirects in the project's property pages. Right-click the project in Solution Explorer and select Properties. On the Application page, uncheck the Auto-generate binding redirects option. Press Ctrl+S to save the change.

Why is the'I must create a new project'error invalid?

I must create a new project." is wrong. It is invalid because I have not chosen it in extension. You must choose a profile at your project's all extension, and there is no need to create a new. Show activity on this post.


2 Answers

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.

like image 80
Alexis_Ni Avatar answered Sep 18 '22 07:09

Alexis_Ni


I was able to resolve this by deleting all my provisional files on my computer (~/Library/MobileDevice/Provisioning Profiles) and restarting Xcode.

like image 25
Jim Bak Avatar answered Sep 20 '22 07:09

Jim Bak