vote up 0 vote down star

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

flag

75% accept rate
are you trying to build for the app store or for ad hoc development?? Apple gives instructions for code signing several places on their website - However I definitely feel that the most concise and easy to follow directions are in the developer program portal. – zPesk Jul 19 at 0:15
this is for adhoc build. Yeah these are the instructions from their dev website. – Surya Jul 19 at 1:56
some possibilities: try doing "get info" on the root of the project, rather than the target. try switching to "device" from "simulator". Make sure you have all the right certificates in your keychain. I see you're set to GCC 4.0; I think the new default is GCC 4.2--what version of the SDK are you using? – David Maymudes Jul 21 at 3:42
using 3.0 , xcode 3.1.3 – Surya Jul 25 at 23:27

12 Answers

vote up 0 vote down

I had the same problem but in the same window I changed Base SDK from iphone simulator to iphone device and Entitlements appeared.

link|flag
vote up 0 vote down

I am running Xcode 3.2 with SDK 3.1 on Snow Leopard. Download the latest version 3 days ago. Got no solution from Apple support team. They advised me to post the problem in the developer forum (which I have done). I only can see the Code Signing Identity on new projects. On new Xcode 3.2 projects I don't see the the Code Signing Entitlements (which I need to enter Entitlements.plist) nor the Code Signing Resource Rules and other Code Signing Flags (as it can be seen on your Screenshot).

Gerhard

link|flag
vote up 0 vote down

Hello,

I had the same problem and was able to solve it by opening the PROJECT get info (go to Project -> Edit Project Settings or right click on the project) and in the General tab make sure the "Base SDK for All Configurations" at the bottom is set to Device and not Simulator.

-Matt

link|flag
vote up 0 vote down

Hello

have the same problem since upgrading to Xcode 3.2 on Snow Leopard. On existing projects created under Xcode 3.1 I still can see the Code Signing Entitlements option where as on new projects, even when setting up everything correct, the Code Signing Entitlements option is not visible. When I try to add a User Option using CODE_SIGN_ENTITLEMENTS it says, that this name already exists, therefore it must be there but is not visible for some reason. None of the solutions found, searching using Google, works for me. I even have uninstalled Xcode and reinstalled, but still I don't see the build option Code Signing Entitlements (all SDK's set to iPhone, not Simulator !). Any solution that works?

Gerhard

link|flag
vote up 0 vote down

Hi Friens, I have faced a problem after upgrade my iphone SDK 3.0.. and the Xcode does not get the development certificate........But its showing in key chain

Please help me regarding this

link|flag
make this a question – Surya Aug 20 at 20:04
vote up 0 vote down check

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.

link|flag
vote up 4 vote down

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

link|flag
Thanks . But i still dont see that section – Surya Jul 25 at 23:17
Worked for me, thanks! – Jarin Udom Sep 18 at 14:33
vote up 0 vote down

I've seen strange things happen in the build tab of the target info before, as if it becomes confused between configurations. I took the approach of simplifying the operation to the bare minimum and it seemed to sort itself out. Mind you, this was in the midnight hours after a long shift and it may have been me that was getting confused. I hesitate to mention it but it will only take a few seconds to try and you may be able to put my mind at rest

From the main Xcode window toolbar
Set the Active SDK to the "Device" item that has (project settings) after it
Set the Active Configuration to the one concerned with (here distribution)

In Target -> GetInfo->Build
Select configuration of "active (distribution)"

link|flag
That didnt bring the section back . – Surya Jul 25 at 23:18
vote up 0 vote down

In Xcode v3.1.3 it does appear under Target -> Get Info under the properties.alt text

Are you using an older version of Xcode?

link|flag
Surya's screen shot is the screen you have, but his doesn't have the Entitlements section. – SmilingRob Jul 25 at 17:25
vote up 0 vote down

What version of xcode are you running? Here's a screenshot of mine that clearly show the Code Signing Entitlements field:

http://www.freeimagehosting.net/uploads/814ef82625.png

link|flag
3.1.3 . I dont see that section at all :( – Surya Jul 25 at 23:18
vote up 0 vote down

You need to add it first, click the gear on the lower left. If that doesn't work, I would go ask Apple. If it's in their documentation they should be more than happy to clear up any confusion.

link|flag
vote up 0 vote down

you must create the file Entitlements.plist and add it to your resource folder in your build.

once it is added,

you need to double click on the first field in the Code Signing section and type in Entitlements.plist

I don't have my mac in front of me I hope this is enough to get started. If you are trying to make a distribution of the build you need to have a distribution channel.

Edit for the Comment you need to double click the field to the right of the first field and type the word Entitlements.plist once you close out the window it will appear in the list

link|flag
thanks, but as in the screenshot first field in the code signing section is not entitlement – Surya Jul 14 at 2:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.