From 5e415ac24ab58bee506cc75d42d7e52b25f18742 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 15 Jul 2022 18:50:49 -0300 Subject: [PATCH] [#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 --- ZcashLightClientKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 78fb7117..644c9129 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -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