Tencent / wcdb

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

iOS wcdb 2.0以上版本 firebase 数据库冲突问题 #1132

Closed l819183457 closed 2 months ago

l819183457 commented 2 months ago

The language of WCDB

Swift

The version of WCDB

2.0 以上

The platform of WCDB

iOS

The installation of WCDB

Cocoapods

What's the issue?

iOS wcdb 2.0以上版本 firebase 数据库冲突问题

Qiuwen-chen commented 2 months ago

Can you explain it in detail?

l819183457 commented 2 months ago

pod 'Google-Mobile-Ads-SDK'pod“FirebaseAnalytics”pod 'FirebaseAuth'pod“FirebaseFirestore”pod 'FirebaseCrashlytics'pod 'GoogleSignIn'pod 'FBSDKCoreKit' 都是最新的,然后使用wcdb 2.0以上会发生![图片](https://github.com/user-attachments/assets/08fa693b-de30-476d-b121-413fc7241938) 我现在只能先用1.0的做现在的开发

Qiuwen-chen commented 2 months ago

I can not open your picture

l819183457 commented 2 months ago

WeChat8d863a6f23929f93594fa9b42da32baf

Qiuwen-chen commented 2 months ago

config.h is a header of sqlite. You should try to solve it, I can not help.