Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这很奇怪。我有一个带有 sqlite 文件(mysqlite.db)的 xcode 项目我在 xcode 中更新了这个文件,但是当我使用模拟器时,旧版本出现了。我删除了整个模拟器文件夹,当我启动模拟器时,旧文件仍然出现。我什至取消了文件并重命名了它。旧文件(旧名称)仍然存在,在 myapp.app 中,即使它不在计算机中。
它必须缓存在某个地方,但在哪里?
你有什么想法吗?非常感谢。
你试过清理你的项目吗?Xcode > 项目 > 清理。
如果这不起作用,请考虑从模拟器中删除应用程序,清理然后再次运行它。