You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: