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
{{ message }}
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
burkaslarry
changed the title
SwiftyDB
pod SwiftyDB cause TinySQLite Swift Compile error
Jun 15, 2017
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.
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 <[email protected]>:
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.
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
The text was updated successfully, but these errors were encountered: