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.
我在我的 xcode/ios 应用程序中使用 sqlite3 数据库,并希望将数据库复制到已编译的应用程序文件夹中。我已将 .db 文件添加到项目中,但它没有被复制。 知道为什么吗?
这个问题实际上是由于我错误地打开了数据库。当我必须为 NSBundle 文件夹添加前缀时,使用的路径只是“database.db”。
检查 SQL 数据库的目标设置。