Tencent / wcdb

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

React Native iOS 引入WCDB.objc编译报错 #1226

Closed huiqun922 closed 3 hours ago

huiqun922 commented 3 hours ago

The language of WCDB

Objective-C

The version of WCDB

2.1.8

The platform of WCDB

iOS/React Native

The installation of WCDB

Cocoapods

What's the issue?

新建React Native(v0.75.4)工程 iOS Podfile 添加 use_frameworks! 和 pod 'WCDB.objc' 编译报错

image

Podfile 如下:

Podfile.txt

Qiuwen-chen commented 3 hours ago

No idea, wcdb don't have this file.

huiqun922 commented 2 hours ago

bitset 是系统的C++库,这个报错会定位到React Native的Yoga库,应该是影响了Xcode对应c++的编译配置文件,但是具体不知道哪里的配置。