Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't see Code Signing Entitlements in xcode target properties

I am trying to build an adhoc build for my app , I am following the instructions on the apple's documentation which says

Select the Target and open the Build settings inspector. In the ‘Code Signing Entitlements’ build setting, type in the filename of the new Entitlements.plist file including the extension. There is no need to specify a path unless you have put the Entitlements.plist file somewhere other than the top level of the project.

But i dont see that section , what am i missing ?alt text

like image 913
Surya Avatar asked Jul 12 '09 21:07

Surya


1 Answers

Make sure your "Base SDK" property for your Distribution target configuration is set to Device and not to Simulator. I had the same problem, and this worked for me.

Found the answer here: http://discussions.apple.com/thread.jspa?threadID=1896569

like image 112
Ian Avatar answered Sep 23 '22 08:09

Ian