Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.2k stars 1.89k forks source link

Cheers! How to start to add #import <MMKV/MMKV.h> to my source file? #1271

Closed EchoHayate closed 4 months ago

EchoHayate commented 4 months ago

The language of MMKV

Swift

The version of MMKV

v1.2.2

The platform of MMKV

iOS

The installation of MMKV

Cocoapods

What's the issue?

Screenshot 2024-04-20 at 22 01 52

What's the log of MMKV when that happened?

lingol commented 4 months ago

For Swift I believe it is

import MMKV;

EchoHayate commented 4 months ago

yeah thx, i think the problem is that i mistake the framework file search instead of header file search. thx for reply.