swift - 在框架模块 'SQLite.SQLite_Bridging' 中包含非模块化 header

标签 swift xcode sqlite

我最近通过 cocoapods 将 SQLite 添加到我的项目中。我收到这些错误:enter image description here

我正在使用 Xcode 10.1 和 swift 4。

最佳答案

看起来有一个 closed issue关于这个。

尝试使用 commit修复它并查看问题是否已解决。你可以用这个更新你的 Podfile:

pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift', :commit => 'cf4183f4ef54c5c9e82176cc46451934c8fdec2a'

关于swift - 在框架模块 'SQLite.SQLite_Bridging' 中包含非模块化 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53904615/

相关文章:

swift - XCode - 手动升级到 Swift 4

ios - UITabBarController 在 Swift 语言中设置默认选项卡

ios - 错误: The Info. plist in package must contain the CFBundleIdentifier key

android - 正确插入和从 sqlite android 获取数据

Swift WatchOS 错误 : Unknown property in Interface description ('image' ) for controller

ios - cellForItemAtIndexPath 从未调用过

ios - 如何在iOS中实现随机决策森林分类

Objective-C:无法实例化类来创建 UINavigationController subview

sql - 选择所有字段总和在指定范围内的项目

sql - 如何将带时区的日期时间插入 SQLite?