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 更新到 13.2.1,但我的项目现在出现了以前从未存在过的编译错误。这与本地数据库的库 GRDB.swift 有关。
我将不胜感激。提前致谢。
我通过将数据库过滤器拆分为多个读取数据库队列并将所有结果附加到一个大的结果数组来解决了这个问题。也许这不是它的最佳实践,但现在有效,我将在未来进行优化。感谢大家的帮助。
特别感谢@jnpdx 的想法