Page 1 of 1

【TUYA SDK集成八十一难】iOS编译报错“MMKV not initialized properly, must call +initializeMMKV: in main thread before calling any othe

Posted: 2023年 Jan 20日 12:07
by taojingGino
mmkv.png

问题:iOS编译报错“MMKV not initialized properly, must call
+initializeMMKV: in main thread before calling any other MMKV”

解放方法:pod update升级UI业务包SDK到最新版本即可

原因:UI业务包依赖的MMKV升级了他的1.2.15版本,在涂鸦旧版本的UI业务包SDK中没有进行适配,升级到最新UI业务包SDK版本即可解决