SQLite.swift unknown type name 'NS_ASSUME_NONNULL_BEGIN' -


i'm using sqlite.swift. there's error "unknown type name 'ns_assume_nonnull_begin'" when build project.

what do:

create demo project 'sqldemo'

under sqldemo/, create 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, sqlcipher support 

~

then 'pod install'

after open sqldemo.xcworkspace

build project

this maybe pretty simple error. i'm new ios dev.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -