How to add Entitlement.plist in xCode 4.2
Asked Answered
N

1

14

I am using the Xcode 4.2. I did not able to see any method to add Entitlements.plist in this version. So how can i do add that file in my project since i need to install my app on iPhone.

Nara answered 17/12, 2011 at 19:46 Comment(1)
if you instal app from your xcode 4.2 no need of entitlements file.you need to modify build settings entitlements as nil.Candlewood
S
19

Select the target in your project and scroll down. You'll see the option to add a custom entitlement.

enter image description here

For creating a new entitlement, just create a new plist file from new file menu item. Change it's type to iPhone entitlements as shown below. enter image description here

Splat answered 17/12, 2011 at 21:21 Comment(5)
Thanks Vin but how can i remove the existing and create new entitlement file from project like older xCode versions using Create New file and then add new entitlementsNara
I have the same issue and I tried to do that but when I check the box Enable Entitlements, xcode creates a .entitlements file (not a .plist) is that normal? And I don't have the same contextual menu as you when I right-click on my Entitlements.plist = > I can't choose the property list type. What should I do? Is that true we don't need the entitlements file anymore in xcode 4.2 ?Scarrow
you don't need and entitlement file anymore until you are doing something with iCloud.Splat
When you check "Entitlements" a new entitlement file is automatically created and added to the project using the default of the project name.Inspiration
creating a new plist, and giving it the extension ".entitlements" works. You'll need to fill it in with the appropriate dictionary items, but XCode recognizes it as an entitlements file.Labyrinth

© 2022 - 2024 — McMap. All rights reserved.