Settings.bundle 未在 AppStore 上更新
我有一个应用程序,现在可以从 AppStore 获取该应用程序的新版本。奇怪的是,常规设置仍然是第一个版本的设置......
我添加了一个新项目并修改了另一个。在我的测试 iPhone 上,无论是在调试模式还是发布模式下,我都会看到新设置。
在编译发布之前,我做了一次“清理所有目标”...但它的行为就像是发布了旧的 Settings.bundle 而不是新的。
有人已经面临这个问题了吗?我准备发布一个新版本来修复它,但我如何确定它不会再次发生?...
欢迎任何建议。 预先感谢,
弗雷德
I have an application for which a new release is now available from the AppStore. The strange thing is that the general settings are still the one of the first version...
I have added a new item and modified an other one. On my testing iPhone, either in debug or release mode, I see the new settings.
Before compiling for publishing, I did a Clean All Targets... But it behaves like if the old Settings.bundle had been published instead of the new one.
Did someone face this already? I am ready to publish a new release to fix it, but how could I be sure that it will not happen again?...
Any advises will be welcome.
Thanks in advance,
Fred
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了几乎完全相同的问题。然而,在这种情况下,我原来的应用程序从来没有设置包,现在当我部署到设备时 - 即使使用清理所有目标 - 我也无法显示我的设置包。我的应用程序适用于 iPad,我无法要求人们删除旧应用程序并重新安装。我将仔细阅读 Stack Overflow 的其余部分,看看是否能找到问题的答案。
I am having almost exactly the same problem. In this case, however, my original app never had a Settings Bundle, and now when I deploy to a device - even with a Clean All Targets - I cannot get my settings bundle to show. My app is for iPad, and I can't afford to ask people to delete their old apps and reinstall. I'm going to peruse the rest of Stack Overflow and see if I can find an answer to our problem.