Save to Storage Works on Preview Build IOS and Android but not on Target IOS/Android Build

Hello,

When I do this:

Storage.write(“file.txt”, “hello world”);

Storage.read(“file.txt”)

I can preview on IOS and Android. The file exist since it is loaded from the PC folder (./local/share).

But when I try to build on target IOS or Android device.

fuse build --target=iOS --run

fuse build --target=Android --run

I get error file does not exist.

Can you tell me how to properly get this to work on target IOS and Android?

Resolved after uno clean and second attempt everything works.