配置文件与应用程序标识符不匹配

发布于 2024-07-20 12:30:33 字数 271 浏览 4 评论 0原文

我刚刚为应用程序 ID 49776ZQRBG.com.gfeed.ride 创建了一个 AdHoc 分发配置文件,我在 info.plist 中将 Bundle ID 设置为此,但项目设置中的此配置文件显示为灰色,并指出

“配置文件没有'不匹配应用程序标识符'49776ZQRBG.com.gfeed.ride'”

如果我在XCode中查看组织器中的配置文件,它会为我提供与我的plist中相同的应用程序标识符。

我还缺少其他东西吗? 应用程序标识符与捆绑包标识符不同吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情绪失控 2024-07-27 12:30:33

通常您只需使用“com.gfeed.ride”作为标识符,XCode 将自动处理“49776ZQRBG”部分。

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

涙—继续流 2024-07-27 12:30:33

当我在这里遇到这个错误时,我错过并纠正了它。

  1. 检查您是否已创建并配置 Entitlements.plist 文件。
  2. 检查 info.plist 并确保您的应用程序名称正确。

最好只是按照 Apple 的 iPhone 开发网站上的说明进行操作。 您创建配置文件的同一位置。

编辑:在本网站的另一篇文章中发现了这一点。 该链接包含比我有时间输入的更完整的说明。

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

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/

浅听莫相离 2024-07-27 12:30:33

这是 Apple 的错误,当您通过管理器自动添加设备时会出现此错误。 解决方案:切勿通过管理器添加设备。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文