YapDatabaseExtensions
YapDatabaseExtensions copied to clipboard
ValueCoding Errors
I'm using Xcode 8.0/Swift3
I used Cocoapods to install YapDatabaseExtensions, along with it ValueCoding was installed. The ValueCoding.swift has 12 or so compiler errors. Most are complaining about >> Use of undeclared type 'Generator' and Value of type 'S' has no member 'flatMap'
How do I fix this? Thank you
@Mopar440 Neither YapDatabaseExtensions or ValueCoding have been ported to Swift 3 yet. I believe it is being worked on though: #93