Oyvindkg / swiftydb

💀Neither supported nor maintained for years. A type-safe, protocol-based, pure Swift database offering effortless persistence of any object
MIT License
488 stars 34 forks source link

pod SwiftyDB cause TinySQLite Swift Compile error #34

Open burkaslarry opened 7 years ago

burkaslarry commented 7 years ago

Here is my pod file and got TinySQLite Swift Compile Error. I am now ising Xcode 8.3.3 , swift 3.0 . What should I do to fix?

Uncomment the next line to define a global platform for your project

platform :ios, '9.0'

target 'PMTools' do

project 'PMTools.xcodeproj' use_frameworks!

pod ‘SwiftyDB’ pod 'SwiftyJSON' pod 'Timepiece' pod 'SwiftSpinner' pod 'SwiftyUserDefaults' pod 'PayPal-iOS-SDK' pod 'Charts' pod 'Eureka' pod 'SnapKit' end

pthealthtech commented 7 years ago

Any update to this, we are having the same issue.

Oyvindkg commented 7 years ago

The released version of SwiftyDB only supports Swift 2.x.

There is an updated version in development, but it suffers from delays. I encourage you to have a look at the development branch and try it out, but don't integrate it into production apps at this point.

SwiftyDB 2.0 uses a specialization of RawRepresentable for storable properties, but the upcoming Codable protocol in Swift 4 may be the way to go.

burkaslarry commented 7 years ago

how Shall we work together for Swift 4 version of this Swifty DB ? Shall we have a meeting to discuss about this ?

2017-06-21 1:42 GMT+08:00 Øyvind Grimnes notifications@github.com:

ft 2.x.

There is an updated version in development, but it suffers from delays. I encourage you to have a look at the development branch and try it out, but don't integrate it into production apps at this point.

SwiftyDB 2.0 uses a specialization of RawRepresentable for storable properties, but the upcoming Codable protocol in Swift 4 may be the way to go.

-- Yours sincerely, Larry Lo

robinvpersie commented 7 years ago

it will supports Swift4 ?