当通过 itunes 接收时,只有少数 .ipa 文件内容被加载到设备中
我正在开发一个应用程序,其中我在应用程序的资源文件夹中放置了一堆书籍。当我从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
做一件事,通过 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.