Tencent / wcdb

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

'atomic' file not found #1119

Closed xindizhiyin2014 closed 2 weeks ago

xindizhiyin2014 commented 2 weeks ago

The language of WCDB

Objective-C,

The version of WCDB

v2.1.6 pod 'WCDB.objc','~>2.1.6'

The platform of WCDB

iOS

The installation of WCDB

Cocoapods

Xcode version

Version 15.4

What's the issue?

'atomic' file not found

when compile I meet this error ,but I check my C++ config

image
image
Qiuwen-chen commented 2 weeks ago

Just google how to solve.

xindizhiyin2014 commented 2 weeks ago

hello ,I found the reason,when I use wcdb with pod 'WCDB.objc','~>2.1.6' ,in my project , it works well, but when I create my pod library in pod.spec file use s.dependency 'WCDB.objc', the error occur, please help me, thanks

Qiuwen-chen commented 2 weeks ago

You can give me a demo project to reproduce this problem.