当通过 itunes 接收时,只有少数 .ipa 文件内容被加载到设备中

发布于 2024-10-20 18:43:39 字数 201 浏览 1 评论 0原文

我正在开发一个应用程序,其中我在应用程序的资源文件夹中放置了一堆书籍。当我从 Xcode 将应用程序加载到设备中时,所有书籍都在 iPad 中可见。

当我在同一台 iPad 上使用 iTunes 将 .ipa 格式的相同应用程序加载到设备中时,只加载了几本书(作为临时完成)。

任何人都可以建议可能是什么问题或问题吗? 是否有配置文件(开发人员或发行版)?

I am developing an application in which I placed a bunch of books in my resources folder of my app. When I load the app into the device from Xcode, all the books are visible in the iPad.

When I load the same app in .ipa format into device using iTunes in the same iPad, only a few books are being loaded (done as ad-hoc).

Can anyone suggest what might be the problem or issue?
Is there anything with provisioning profiles (developer or distribution)?

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

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

发布评论

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

评论(1

稍尽春風 2024-10-27 18:43:39

做一件事,通过 stuffit Expander 提取 .ipa 文件。这样你就会得到二进制文件。请检查这些资源是否存在。如果是,则可能是旧的 ipa 文件已安装在您的 itunes(PC) 中。删除它,然后尝试安装 ipa 文件。如果没有,那么编译时可能会出现问题。

Do one thing, extract .ipa file by stuffit expander. By that you will get the binary file. Please check those resources are there or not. If yes then might be that older ipa file already installed in your itunes(PC). Delete it and then try to install the ipa file. If no then may be issue while compilation.

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