将 iPhone 应用程序而不是其他应用程序上传到设备

发布于 2024-10-26 19:39:48 字数 348 浏览 7 评论 0原文

所以我不太熟悉配置配置文件和证书的过程。

目前我正在开发一款可以上传到我的设备的应用程序。

现在,出于测试原因,我想编写一个非常简单的应用程序并将其上传到我的设备。问题是,我不想在 iTunes 连接和配置文件中配置另一个应用程序,所以我想也许可以将第二个应用程序的捆绑包标识符更改为与第一个应用程序相同。

但是,在 XCode 中我收到以下错误:

"Code Sign error: The identity 'iPhone Developer' doesn't match any identity in any profile"

有什么方法可以实现这种情况吗?

So I'm not that familiar with the process of Provisioning profiles and certificates.

Currently I have one app I'm developing that I can upload to my device.

Now, for testing reasons, I want to write a very simple app and to upload it to my device as well. The thing is, is that I don't want to configure another app in iTunes connect and provisioning profiles, so I thought maybe it's possible just to change the bundle identifier of the second app to be the same as the first.

However, in XCode I get the following error :

"Code Sign error: The identity 'iPhone Developer' doesn't match any identity in any profile"

Any way to make this happen?

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

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

发布评论

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

评论(2

岁吢 2024-11-02 19:39:48

如果您将第二个应用程序的捆绑包标识符设置为与第一个应用程序相同,则第二个应用程序将替换手机上的第一个应用程序。

如果您希望能够同时安装这两个应用程序,则需要一个新的应用程序 ID。

但您不想为每个测试项目创建新的应用程序 ID。
这个想法是重新创建可用于公司开发人员计划的团队配置文件(我猜您订阅了个人开发人员计划)。

  1. 创建一个新的应用程序 ID,并将捆绑标识符设置为 *
  2. 创建与此应用程序 ID 关联的配置文件
  3. 下载并安装此通用配置文件

使用此通配符配置文件,您将能够安装任何测试应用程序。

If you set the bundle identifier of the 2nd app to be the same as the 1st, the 2nd app will replace the 1st one on your phone.

If you want the ability to have both apps installed at the same time, you need a new app id.

But you don't want to create a new app id for each test project.
The idea is to recreate the Team provisioning profile available for the Company developer program (I guess you subscribed to the individual developer program).

  1. Create a new app id with bundle identifier set to *
  2. Create the provisioning profile associated to this app id
  3. Download and install this generic provisioning profile

With this wildcard profile, you will be able to install any test application.

挽袖吟 2024-11-02 19:39:48

请通过您的付费开发者帐户向 Apple 请求证书,生成配置文件并将其安装在 Mac 和您的设备中。然后选择您的配置文件并通过此配置构建并运行您的应用程序。然后它将安装在设备中。 developer.apple.com 中有与此相关的详细信息。如果您感到困惑,请给我发邮件[电子邮件受保护]。我会尽快回复你。

Please request a certificate to apple through your paid developer account, generate a provisioning profile and install this in mac as well as in your device. then choose your provisioning profile and build and run your app through this provision.then it will install in device. There are details in developer.apple.com regarding to this. If you feels confusion please mail me [email protected]. i will reply you asap.

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