I am unable to see the app identifier in xcode organizer!

I am using XCode – 4.2. What causes this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to install the provisioning profile to the project (double click on the project). After this, you should setup the App Identifier (you can see it even in the provisioning profile – open the project file, select from the “targets” the project, select the “Build Settings” tab, and find the Code Signing Identity. Open the list, and there you can see the installed provisioning profile, with the corresponding app identifiers for each other). So, this app identifier you should put in the:
${PRODUCT_NAME:rfc1034identifier}. In this case you should change from the info.plist file).Now, go back to the Build Settings, and you will be able now to select the corresponding provisioning profile. If it’s necessary: select from the left list: project -> Project name -> build settings tab -> Code signing -> select the provisioning profile.
Now, in the organiser should be visible the app identifier.