Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

pod SwiftyDB cause TinySQLite Swift Compile error #34

Open
burkaslarry opened this issue Jun 15, 2017 · 4 comments
Open

pod SwiftyDB cause TinySQLite Swift Compile error #34

burkaslarry opened this issue Jun 15, 2017 · 4 comments

Comments

@burkaslarry
Copy link

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

@burkaslarry burkaslarry changed the title SwiftyDB pod SwiftyDB cause TinySQLite Swift Compile error Jun 15, 2017
@pthealthtech
Copy link

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

@Oyvindkg
Copy link
Owner

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
Copy link
Author

burkaslarry commented Jun 29, 2017 via email

@robinvpersie
Copy link

it will supports Swift4 ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants