Search code examples
iphonexcodecode-signing

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


Solution

  • Thanks for the responses . In the end i just gave up and created a new project and copied all my files into it . The new project has that section in there . I am not sure how that project got into that state . Emailed Apple support last week , yet to hear back from them , will update the post once I hear back from there.