SQLite.swift未知类型名称' NS_ASSUME_NONNULL_BEGIN'

时间:2015-06-15 06:08:41

标签: sqlite.swift

我正在使用SQLite.swift。出现错误"未知类型名称' NS_ASSUME_NONNULL_BEGIN'"当我建立项目时。

我的所作所为:

创建一个演示项目' SqlDemo'

在SqlDemo /下,创建Podfile

use_frameworks!

source 'http://git.oschina.net/akuandev/Specs.git'
pod 'SQLite.swift', git:'https://github.com/stephencelis/SQLite.swift.git'
# pod 'SQLite.swift/Cipher', git: ... # instead, for SQLCipher support

然后' pod install'

之后打开SqlDemo.xcworkspace

构建项目

这可能是一个非常简单的错误。我是ios dev的新手。

0 个答案:

没有答案