Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

imaumac

macrumors member
Original poster
Oct 15, 2008
52
0
hi, some body can helpme with this? please?
i dont know what this means.
i found like the picture, but i dont know where is my entitlements.plist

entitlements.png


do i have to find and change the name ENTITLEMENTS.PLIST by something.plist ?
and dratto some place.... i dont understand what Ihave to do.... please
could you helpme with this?


Specifically, the question is: what is the entitlements.plist and
how can I add to my binary or Xcode please?
 
You create the Entitlements.plist file.

Add a new file to the root of your application. When the dialog pops up asking type of what file you want to add, select "Code Signing"->Entitlements

Name it Entitlements.plist

Now in the Entitlements.plist file, there should be a boolean key "get-task-allow". Make sure it's false (unchecked).

Then you can specify Entitlements.plist back in your build inspector as the image suggests.
 
perfect.... I got It !
i will try and i will post later forhelp others too.
thanks a lot !
 
why entitlement.plist

You create the Entitlements.plist file.

Add a new file to the root of your application. When the dialog pops up asking type of what file you want to add, select "Code Signing"->Entitlements

Name it Entitlements.plist

Now in the Entitlements.plist file, there should be a boolean key "get-task-allow". Make sure it's false (unchecked).

Then you can specify Entitlements.plist back in your build inspector as the image suggests.

Can any one make clear why entitlement.plist is needed. I mean what is the actual purpose it is used for. I had uploaded my apps without entitlements.plist file.

Didnt found reason actually why it is needed.. Can anyone make this clear... :-(

Found great info on the follwoing link

http://efreedom.com/Question/1-1003066/Get-Task-Allow-Xcode?showall=true#additionalAnswersMarker
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.