Tencent / wcdb

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

'WCTBridgeProperty+CPP.h' file not found in WCTTableCoding.h #1065

Closed BainJ closed 6 months ago

BainJ commented 6 months ago

The language of WCDB

Objective

The version of WCDB

v2.1.1

The platform of WCDB

iOS

The installation of WCDB

Carthage

What's the issue?

image

When using WCDBObjc with Carthage, if you encounter the error message 'WCTBridgeProperty+CPP.h' file not found in WCTTableCoding.h

You need to check the following option for 'WCTBridgeProperty+CPP.h': image

Qiuwen-chen commented 6 months ago

It seems OK. This header file has been marked as public and should be available.

Qiuwen-chen commented 6 months ago

Will be fixed soon.

Qiuwen-chen commented 6 months ago

Fixed in v2.1.2