Tencent / wcdb

WCDB is a cross-platform database framework developed by WeChat.
Other
10.71k stars 1.4k forks source link

在swift项目中,使用Xcode自带的spm加载WCDB一直加载失败 #1068

Closed superyang2019 closed 5 months ago

superyang2019 commented 5 months ago

The language of WCDB

Swift

The version of WCDB

v2.1.1

The platform of WCDB

iOS

The installation of WCDB

Xcode自带的SPM包管理器

What's the issue?

Post the outputs or screenshots for errors. 每次使用spm下载WCDB 2.1.1版本的时候,下载到280多M的时候直接提示下载失败,提示Could not update repository submodules Explain what you want by example or code in English.

superyang2019 commented 5 months ago

主要是wcdb中有三个子模块sqlcipher、openssl、zstd, 三个子模块加起来500多M,每次在构建的时候现在都无法正常拉取下来。

Qiuwen-chen commented 5 months ago

Can't help.