XCode 在调试时自动删除 plist
我的程序主要依赖于plist文件。但每次我在 plist 文件中编辑某些内容时,我都必须从设备中删除该应用程序并重新安装。有没有更简单的方法来做到这一点?就像我构建/调试时所有 plist 文件都可能被自动删除一样
My program relies mainly on plist files. But every time i edit something in a plist file i have to remove the application from the device and reinstall it. Is there an easier way to do this? Like is it possible all the plist files get deleted automatically when i build/debug
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
...我也非常依赖plist,但我只是保存plist并构建并完成..
你可以尝试构建->清理所有目标并再次构建...
... I rely alot on plist too but i just save the plist and build and its done..
You can try Build -> clean all targets and build again...