特别构建安装团队配置文件
当我安装 ipad 应用程序的临时版本时,我注意到我的 ipad 上同时显示了临时配置文件和“团队配置配置文件”。我只将临时配置文件拖到我的 itunes 中,并尝试调试为什么在同步应用程序时出现错误,有关签名者无效的信息。
有谁知道是什么让这个团队配置文件被添加,以及 1) 我如何阻止它被添加,以便我可以调试临时配置文件本身,或者 2) 如果这个团队配置文件正常,以及现在如何使用临时配置文件构建?当我从我开发应用程序的 Mac 上安装它时,它也会出现,并且在我不开发应用程序的辅助 Mac 上安装它时,它也会出现,所以它似乎不是 xcode 在调试构建期间粘贴在 iPad 上的东西。
When I install an ad hoc build of my ipad app, I notice that I get both the ad hoc provisioning file and a "team provisioning profile" showing up on my ipad. I've only ever dragged the ad hoc provisioning file to my itunes and am trying to debug why for a while I had an error showing up when I was syncing the app, something about a signer not being valid.
Does anyone know what makes this team provision file get added and either 1) how I can prevent it from being added so I can debug the adhoc provision file itself or 2) if this team provision file is normal and how things work now with ad hoc builds? It shows up when I install it from my mac where I develop the app and also on a secondary mac where I don't develop the app so it doesn't seem to be something xcode is sticking on the ipad during debug builds.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果设备已作为开发设备注册到您的帐户,则 Xcode 会自动将团队配置文件安装到设备上。
此配置文件仅用于使用调试 Xcode 配置构建的应用程序。 AdHoc 构建未使用此配置文件进行签名,而是使用 AdHoc 配置文件进行签名。所以这两个配置文件不会干扰。
签名者错误通常意味着应用程序所需的配置文件未安装在设备上,并且应用程序内部的配置文件未列出该设备。
Xcode automatically installs the Team Provisioning Profile onto the device, if it is registered to your account as a development device.
This profile is only used for apps build using the debug Xcode configuration. AdHoc builds are not signed with this profile but using the AdHoc profile. So those two profiles to not interfere.
The signer error usually means that the provisioning profile, which the app is requiring, is not installed on the device and the profile being inside the app doesn't have the device listed.