0

I recently added SQLite to my project through cocoapods. I getting these errors:enter image description here

I'm using Xcode 10.1 and swift 4.

1 Answer 1

1

Looks like there is a closed issue about this.

Try with the commit that fix it and see if the problem is fixed. You can update your Podfile with this:

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.