Profile doesn't match application identifier

前端 未结 3 885
攒了一身酷
攒了一身酷 2021-02-02 16:34

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 p

相关标签:
3条回答
  • 2021-02-02 17:08

    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/

    0 讨论(0)
  • 2021-02-02 17:16

    it's bug from Apple, it appears when you add automatically device via Organizer. solution: never add device via Organizer.

    0 讨论(0)
  • 2021-02-02 17:26

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

    0 讨论(0)
提交回复
热议问题