Profile doesn't match application identifier

22,533

Solution 1

Usually you would use just "com.gfeed.ride" as your identifier, and XCode will automatically take care of the "49776ZQRBG" part.

Solution 2

When I got this error here is what I missed and corrected.

  1. Check that you have your Entitlements.plist file created and configured.
  2. Check info.plist and ensure that your application name is correct.

It's probably best to just go through the directions off of the iPhone dev site on apple. Same place you created your provision profiles.

Edit: Came across this on another post on this site. It's a link with more complete instructions than I have time to type.

http://furbo.org/2008/08/06/beta-testing-on-iphone-20/

Share:
22,533
user84124
Author by

user84124

Updated on June 05, 2020

Comments

  • user84124
    user84124 almost 4 years

    I have just created a AdHoc distribution provisioning profile for the app id 49776ZQRBG.com.gfeed.ride I have the Bundle ID in the info.plist set to this, yet this provisining profile in the project settings is greyed out and states

    "profile doesn't match application identifier '49776ZQRBG.com.gfeed.ride'"

    If I look at the profile in the organizer within XCode it gives me the same App Identifier as whats in my plist.

    Is there something else I am missing? Is the application identifier different to the bundle identifier?

  • user84124
    user84124 about 15 years
    thanks for the response, the above answer worked perfectly, although reading the link in your response gave me a better idea of wats going on ;)
  • jli
    jli over 12 years
    note that this question was asked and fully answered in 2009, next time try to note the post date before answering. Thanks!