Possible Duplicate:
Ad Hoc Distribution on XCode 4.2.1 - entitlements
I'm using Xcode 4.5 and when I go to File > New > File ... I don't see any option for entitlements files any more. How can I add one? Do I just create a blank plist? If so, what do I need to populate it with for an Ad Hoc release?
Thanks
In Xcode 4.5 you should do the following to get entitlements created (it's not via File > New > File... any longer):
Do note, you don't need to do anything special for AdHoc builds with entitlements files any longer.
Entitlements.plist
is just a plist file generally with one key value pair (get-task-allow
) under root (which is a dictionary, see the image below) so creating a normal plist file is just fine.
Also don't forget to point it to your Entitlements.plist in your target in Build Settings -> Code Signing Entitlements (if Xcode doesn't automatically set it)
Read more here: http://developer.apple.com/library/ios/#qa/qa1710/_index.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With