Running code on iPhone: Can't select Code Signing Provisioning Profile

I've gone through all the steps to create certificates, app id's, provisions profiles etc.
But in Xcode, when I want to select the Code Signing Provisioning Profile in Info->Build, the only options available is 'Default Provisioning Profile for Code Signing'.
The profile has been added to my iPhone with Organizer and on the iPhone itself (under General->Profile), it's also listed correctly.
I feel like I'm close to the finish, but stuck right in front of it.
I'm using the latest versions of iTunes, Xcode, iPhone 2.0 etc.
Any ideas?
Thanks,
Tom

Here are a few things that I did that were suggested in older threads. They may not be necessary, but they don't hurt either:
* Certificates: you need two them. One is your personal one that you [download]. The other one is the WWDR Intermediate Certificate. When I open 'Keychain Access' and click on 'Certificates', it should show those to. Your personal one should be called 'iPhone Developer: FirstName LastName'. (I assume this is ok for you, but others may find this useful.)
* App Id: different people have pointed out that you should make your App Id precise, but with not more than 3 levels. The docs suggest using '*' as only path during development, but the docs may be out of date on this one. So in my case, I have ID: ABCFDEF123.com.mycompany.appname. That's it. I've noticed that you'll only be able to have exactly 1 application on your device at the same time with this ID, but that's ok for now.
* Create your provisioning profile with all this.
I've then done this:
- quit Xcode
- delete all profiles out for ~/Library/MobileDevice/Provisioning Profiles
- copy the new one in this directory. I didn't do drag and drop because some threads indicated that this doesn't always work.
- remove previous profile from device (iPhone->Settings->General->Profiles->Delete)
- start up Xcode
- Start up Organizer
The new profile should now be visible in Organizer and be downloaded to your iPhone.
In the Info.plist, set the Bundle Identifier to com.mycompany.myapp.
In Build options:
Code Signing Identity -> 'iPhone Developer: FirstName LastName'
And now suddenly the new profile did show up.
After that it just worked.
Now some have also indicated that even if the profile doesn't show up, you can still get it to work by forcing it in (just double-click on "Code Signing Provisioning Profile" or somewhere in that neighborhood) and fill in the name. I can't confirm if that solves it because when I did so, my certificates were still incorrect...
Good luck!

Similar Messages

  • I have a Adobe Creative Cloud's code, this is alphanumeric, but the registry only works with numeric codes ¿where i can use my code?.

    Hi, i have a problem with my Adobe Creative Cloud's code, this is alphanumeric, but the registry only works with numeric codes ¿where i can use my code? is a year-long Creative Cloud subscription.

    You most likely have a redemption code... especially if you did not buy direct from Adobe
    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html
    -or https://forums.adobe.com/thread/1572504

  • My Distribution Profile is grayed out in Code Signing Provisioning Profile

    Fellow developers, has anyone experienced this problem when you tried to compile your app for distribution:
    Did everything as suggested in this forum, including:
    - copying a distribution profile to the right folder and also draging over the Xcode icon
    - Adding a "Distribution" configuration
    - specifying the identity as "iPhone Distribution: My Name"
    However, in the "Code Signing Provisioning Profile" picker, when "Any iPhone OS" is selected, the only enabled choice is "Default ..." and the actual profile with my name is grayed out.
    More over, the moment I select "Distribution" and then select "Device" in the "Active Configuration" picker, Xcode closes. This behavior can be reproduced all the time.
    Any suggestions?
    Eugene

    It is normal that it is grayed out ( don't ask me why ). To activate the distribution build, duplicate your Release in Distribution, install all the required certificates ( please apple stop those, they're a nightmare to deal with ) , then in the build settings in the code signing you have to TYPE ( there is no drop down box as seen in some screenshots ) "iPhone Distribution" ( instead of "iPhone Developer" ) and tada a few lines below you should see your drop down modified with some distributions entries.
    Patricia.

  • No option in project info window for code signing Provising profile.

    Dear Developer forum,
    I have one issue wth my application regarding provisional Profile.
    I have installed Distribution certificate.After that I have entered all information regarding distribution provisional profile in program portal
    I have got provisional certificate from portal.I have installed it
    And I have also seen its entry in home/library/mobiledevices/.
    But Now problem is arising at place when I am opening my project or target info window on that time in BUild->code signing option, I have only code signing endity but no code signing provisioning profile.
    where I can give my distribution provising profile name
    So anybody tell me howz it come????
    Thanks

    Looking at this page:
    http://developer.apple.com/iphone/manage/distribution/index.action
    Make sure that you've done all the steps... "Generating a Certificate Signing Request", "Submitting a Certificate Signing Request for Approval", "Downloading and Installing iPhone Distribution Certificates", "Create and download your iphone distribution provisioning profile"...
    When I went through this process, I think I forgot to do the step "Downloading and Installing iPhone Distribution Certificates"... (skipping straight to "create and download your iphone disbritution profile") as a result the provisioning profile name wasn't appearing for me to select... When I completed that step, then the provisioning profile name appeared...
    Message was edited by: iphonemediaman

  • XCode target not displaying Code Signing Provisioning Profile

    Hello experts,
    I am first time uploading my application on the apple store. I downloaded distribution provisioning profile and placed that into home/library/Mobile Device/Provisioning Profiles.
    Opened xcode, created distributed configuration by duplicating release configuration.
    changed CODE SIGNING IDENTITY to IPhone Distribution: My company name
    next step is to set the CODE SIGNING PROVISIONING PROFILE but xcode not showing this option.
    The four options that i can see are:
    1) Code signing Entitlements
    2) Code signing identity
    3) Code signing resource rules path
    4) Other code signing flags
    NOT the "CODE SIGNING PROVISIONING PROFILE" parameter to set.
    What i need to check for this.
    I tried to upload my app without this setting but as i expected got the error:
    "The binary you uploaded is not valid or it was not signed by Apple Submission Certificate."
    Please help me to resolve this.
    Thanks in advance.

    thanks for replying
    i checked all the above mentioned steps.
    -> My Distibution Profile is present in Mobile Devices/Provisioning Profiles.
    -> Active SDK is Device
    -> Active Configuration is Distribution
    -> Bundle Identifier name is a simple five letter word without white spaces and special characters.
    The only thing my application is not having is the "Code Signing Provisioning Profile" option to set in the top-level getinfo window->build.
    here i am giving the link of my build settings for Distribution Configuration:
    http://reportingmanager.com/NevaGarments/ScreenShot/Picture.png
    please let me know what needs to be done.
    Thanks

  • Missing "Code Signing Provisioning Profile" in Xcode build options

    I am missing the field "Code Signing Provisioning Profile" in the Project Info Build Settings of Xcode. The "Code Signing Identity" setting is there. Xcode version is 3.1, the version of the iPhone SDK I don't know how to find out.
    In the Organizer everything is as it should be: my iPhone with the Provisioning-Certificate from the Developer Portal, though I had problems restoring the iPhone with the Organizer so it is still in the state from the iTunes update.
    When I build my app and want to run it on the device, the status bar says "Failed to upload asdf.app". My guess is that these to things must somehow be related. This is the output of the console on the Mac:
    Xcode: ApplicationVerificationFailed
    Xcode: MobileDevice: perform_command: There was an error communicating with the service agent: -402653183
    Xcode: MobileDevice: AMDeviceInstallApplication: Could not install package on device: kAMDUndefinedError

    I had this problem when upgrading to SDK 2.2 as well. For me, the problem seemed to be that I had multiple profiles with the same name but different creation dates. For example, I had two profiles name "Ad Hoc" but one was created sometime in October and one was created just last week.
    I fixed the problem by opening up the Xcode organizer window. In 2.2, there's a new side bar that displays the provisioning profiles currently installed on your system. If you are like me, you might have some old profiles with the same name. All I had to do was delete the old profiles and then rebuild in Xcode. If you don't have provisioning profiles with identical names, it probably won't hurt to delete all of the profiles from the organizer and then reinstall them by dragging them back into the organizer.
    Hope this helps!

  • Can't select code in Dreamweaver cs6

    Hi,
    I can't select html code in Dreamweaver CS6. Instead a line appears with a small square at the top and bottom. What is this, and how do I turn it off?  I've searched in the forums and the only suggestion that I found was to check whether I am using a template, but that isn't the case. This is occuring on existing and newly created files.  I have the view set to Designer with split view.
    Thanks

    Not sure what you mean by a line with a small square at the top and bottom. This is normal when you select anything in code view:
    When you click one of the boxes, it collapses the code like this:
    To expand the code, click the box next to the line number.
    If that's not the problem, please describe what's happening in more detail.

  • Can't select code text

    Hello all,
    I'm new to dreamweaver and searched the forum, but couldn't
    find an answer. I am helping out a friend who has a HTML website
    that was done by someone else. He wants me to simply change the
    background image. I open it in dreamweaver and when I move the
    mouse of the image I get the "circle with a slash" symbol, i.e. its
    not selectable. If I go to the coding area, all of the text is
    grayed out and I can't select it.
    I know this thing must be "locked" somehow, but have no idea
    how to unlock it.
    Can someone help out this very green newbie?
    Thanks,
    Danny

    Danny,
    Without the code to look at I am guessing. Is the page a
    template and are you trying to access a locked uneditable area? Is
    the background image applied using css (which I recommend that it
    is whatever your answer!)?
    Check those points and come back to the forum with your code
    if you can't figure it out.
    regards
    Nick Barling
    www.barkingweb.com

  • Can I run with my iphone without damaging it?

    I have heard rumors that running with your iphone can cause damage to the phone. Is this true?

    KiltedTim wrote:
    I would avoid strapping it to the bottom of your shoe as well.
    Now you tell me!!!

  • IPhone: Cannot select my provisioning profile - tried all suggestions

    I am attempting to load an application onto an iPod Touch. I have followed the PDF document at the iPhone Program Portal to the letter, creating a development certificate with name and e-mail address that matches my agent information, a device profile, app IDs with several variations, including com.companyname.myapp, com.companyname.*, * and myapp, and provisioning certificates (one at a time) based on these.
    Both the Apple WWDR certificate and my developer certificate are present in my keychain. It appears I have two keychains - system and login. I have loaded both certificates into one, the other or both keychains.
    In XCode, my provisioning profile appears in the organizer, and also appears on the device. In the properties for my project I have set the bundle identifier to the matching variation of the app id used with the device profile, both with and without the Apple prepended identifier. Under the Code Signing Identity I have tried the default value, no value and "iPhone Developer: FirstName LastName."
    I have removed all the components from the program portal and recreated them from scratch several times.
    No matter what the permutation, my provisioning profile does not appear under the Code Signing Provisioning Profile key. Whether this field is left as the default or the name of my profile is forced in, XCode successfully builds the project with the device as a target, but upon trying to upload reports "an unexpected error 0xE8000001 during the install phase: Verifying application." I have restarted the device multiple times, without effect. I am never asked for a password to access my keychain.
    I have read all the threads in the discussion groups on this topic, and tried their suggestions to no effect. I am using the latest version of the SDK (9M2199a), my iTunes is the latest released version (NOT the developer pre-release), the device is running the latest release version of the OS (2.0.1 - 5B108), and I am running the latest release version of Leopard (10.5.4).
    Developer support recommended I file a bug report.
    Does anybody have any further suggestions?

    1. You may have to rebuild your certificates and your provisions. Soemtimes it can be hit and miss even when followign the pdf.
    2. If you already managed to get a copy of the app on the device delete it directly from the device. Sometiems the system throws an error if it can't delete it.
    3. Certificates go in the login keys.
    4. These days you can downlaod the providsion and drag it to iTunes in dock while your phone is plugged in.
    (Have xcode off when you do this since it seems to cache data)
    5. Check the console to make sure it's checked and for any error messages (minimal info)
    6. Once you've installed the certificates and the provision shut down and restart.
    7. There are 2 places to set the provision. Select the project (top level) on the left in xcode. Do a get info. iPhone Developer: Your Name (note the space after : This needs to match EXACTLY to your certificates which shoudl show up in Keychain Utility under Keys.
    8. Once you have the Developer name then select the provision. If there's none available check mobile provisions in the library and make sure it got copied there.
    9. The other place you need to set the provision is select target on left in xcode. Get Info. Set iPhone Developer: Your Name and set the provision popup.
    10. Make sure to do a full clean and then rebuild.

  • Users running ActiveSync on iPhone

    The problem I'm having is that contact emails show up differently on the iPhone if it's an Exchange contact instead of a non-Exchange contact. To see an email for an Exchange contact, the label associated with the email must be set to NULL. To see an email for a non-Exchange contact, the label associated with the email must be set to a non NULL value. I'm developing a program that updates email addresses of contacts from outside sources and I need to know how to set the information for the contact in order for the user to see the changes. For what I'm doing, setting the email twice (one with a label and one without a label) is not an option since it may cause duplicates down the road.
    Is there a way to figure out if a user is running Exchange ActiveSync on their iPhone or if you can distinguish if a contact originates from Exchange or not? (Looking at the current set of emails for NULL labels doesn't always work because a contact may not have an email)

    Here are a few things that I did that were suggested in older threads. They may not be necessary, but they don't hurt either:
    * Certificates: you need two them. One is your personal one that you [download]. The other one is the WWDR Intermediate Certificate. When I open 'Keychain Access' and click on 'Certificates', it should show those to. Your personal one should be called 'iPhone Developer: FirstName LastName'. (I assume this is ok for you, but others may find this useful.)
    * App Id: different people have pointed out that you should make your App Id precise, but with not more than 3 levels. The docs suggest using '*' as only path during development, but the docs may be out of date on this one. So in my case, I have ID: ABCFDEF123.com.mycompany.appname. That's it. I've noticed that you'll only be able to have exactly 1 application on your device at the same time with this ID, but that's ok for now.
    * Create your provisioning profile with all this.
    I've then done this:
    - quit Xcode
    - delete all profiles out for ~/Library/MobileDevice/Provisioning Profiles
    - copy the new one in this directory. I didn't do drag and drop because some threads indicated that this doesn't always work.
    - remove previous profile from device (iPhone->Settings->General->Profiles->Delete)
    - start up Xcode
    - Start up Organizer
    The new profile should now be visible in Organizer and be downloaded to your iPhone.
    In the Info.plist, set the Bundle Identifier to com.mycompany.myapp.
    In Build options:
    Code Signing Identity -> 'iPhone Developer: FirstName LastName'
    And now suddenly the new profile did show up.
    After that it just worked.
    Now some have also indicated that even if the profile doesn't show up, you can still get it to work by forcing it in (just double-click on "Code Signing Provisioning Profile" or somewhere in that neighborhood) and fill in the name. I can't confirm if that solves it because when I did so, my certificates were still incorrect...
    Good luck!

  • Provisioning profile select missing in 2.2??!

    I've just upgraded to the 2.2 SDK and the options in the target info screen for selecting a provisioning profile is now missing in all my projects and any new projects I create
    Is it moved? is it a bug? How do I get this option back?

    The "Code signing identity" field and the "Code Signing Provisioning Profile" field have been merged. Click on "Any iPhone device" and there is a drop-down list which combines the company name and the provisioning profiles, so you just need to select your company name under the provisioning profile that you want to use. Hope this makes sense!

  • To run VPN setup my iphone is requesting for 4 digit pass code ... can you pls assisit?

    To run VPN setup my iphone is requesting for 4 digit pass code ... can you pls assisit?

    Hello RozR,
    We've an article that can help circumvent the new passcode and restore access to your iPhone.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212
    Cheers,
    Allen

  • F110 - No bank can be selected for comp code 8888 payment pethod C cur USD

    Dear All Experts,
    I am running F110 program, while doing getting this error
    *No bank can be selected for comp code 8888 payment pethod C cur USD*
    I have configured the FBZP section with possible all entries as follows :-
    1 ) Payment Method in country - Currencies Allowed is blank - Means all aplicable.
    2 ) Payment method company code data :- Forign currencies allowed option is Ticked.
    3 ) Bank Determination - Ranking Order - Payment Method , currency USD  , rank order , House Bank.
    4 ) Bank Determination - Bank Account -  House Bank , payment Method, currency USD , Account ID, Bank Subaccount.
    Which part of configuration is missing ?
    P.S. :- My company code currency is INR. Invoice posted in USD and require to pay in USD itself.
    Experts guidance will be appreciable.
    Regards,
    Sharvari Joshi.

    Hi:
             Please make sure that you have specified a House Bank in the vendor master record or line item.
    Also have a look at what you have configured in  FBZP . SAP reads the  Bank Determination ,Ranking Order to determine whether payment method C can be used. Ranking Order, Bank Acocunts, Available Amounts and Value Date all should must be configured for payment method C. Also make sure the payment method C is assigned to the company code.
    Please check these all and revert back.
    Regards

  • Iphone can not be restored. error code 23????

    my stupid partner decided to attempt to change the earpiece on his iphone himself. Problem being that he didnt take the SIM out before he took out the battery. He is also quite heavy handed so got a feeling he may have broke something inside.
    His iphone now wont switch on. When connected to itunes it has not got a summary for his phone and immediately says restore.
    However, when restore is selected there is a warning stating "iPhone can not be restored. Error code 23"
    Anyone got any ideas. I personally think he has broken something inside. I definitely think iPhone repairs should be left to the professional!!!!!

    Error 20, 21, 23, 26, 28, 29, 34, 37
    These errors typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.

Maybe you are looking for

  • How to use multiple instances of the same dll ?

    Hi, I'd like to use multiple instances of a jni dll . I have created different threads, in each thread, I have called System.loadLibrary(..), and I would like each thread to access a different instance of this library. Unfortunately, the loadLibrary

  • How much does it cost to replace the late 2013 model Retina Macbook Pro battery?

    The page on Apple's website isn't very clear: www.apple.com/batteries/replacements.html I just bought my first Mac computer ever and I'm loving it -- and the battery life is phenomenal. I'm just worried that in a year it'll be half of what it is now

  • Parallel Processing in CRM 5.0 for Customer download

    Hi I was referring to OSS note 350176 for implementing parallel processing. I wanted to achieve parallel processing for request loads for Customer download. Is it possible to achieve it by setting the parameter CRM_MAX_QUEUE_NUMBER_INITIAL in CRMPARO

  • ''iTunes was not installed properly'' - Error Message

    I got several attempts to download the iTunes in my Dell Laptop but still I keep getting this error message ''iTunes was not properly installed.If you wish to import or burn CDs you need to reinstall iTunes'' before it opens. What should I do with th

  • Screen exit for transaction XK01

    Hi,   I want to add a field for the transaction 'XK01'.   How to find out the screen exit for this transaction.   If we dont have screen exit for this transaction, is there any other way to add the field.   Ps help regardng this.