[#418] "Swift.EncodingError.InvalidValue Encoding an Int64 is not supported" (#430)

when sending.

This happens when clients using cocoapods update to 0.15.0-beta through
0.16.1-beta. SPM clients not affected since they all use SQLite Swift 0.13

the issue is with clients using SQLite swift 0.12
This commit is contained in:
Francisco Gindre 2022-07-15 18:50:49 -03:00 committed by GitHub
parent 4e260419e1
commit 5e415ac24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.6'
s.ios.deployment_target = '13.0'
s.dependency 'gRPC-Swift', '~> 1.8.0'
s.dependency 'SQLite.swift', '~> 0.12.2'
s.dependency 'SQLite.swift', '~> 0.13'
s.dependency 'libzcashlc', '0.0.3'
s.static_framework = true