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.
YapDatabase 通过 CocoaPods 安装并使用模块样式包含 @import YapDatabase;它运行良好,但我收到了一堆奇怪的警告。
@import YapDatabase;
我会很感激你的帮助。
尝试在终端中运行“pod update”。这为我解决了同样的问题。