Cloud testing C++ Exception
Hello!
When I open my app on Lambda test on iOS an exception is raised from MMKV:
```
C++ Exception: N8facebook3jsi7JSErrorE: 1:2:Invalid UTF-8 continuation byte
SyntaxError: 1:2:Invalid UTF-8 continuation byte
at valueUnpacker (valueUnpacker:17:28)
````
It's working fine on device but on Lambda test App testing on a real device app crash with the error above and unable to access the storage:
````
TypeError: Cannot read property 'storage' of undefined
```
Have you already encounter this issue and have an idea how to solve this ?
2 条评论