I get this error in the console after doing xui.LoadBitmapResize:
Strange thing is that the image IS present in the Files Manager and that my project was working a few days ago... I've already done a clean project. What might be the issue?
Compiling in release mode = ok, the problem only occurs in debug mode.
B4X:
Error opening stream (/private/var/mobile/Containers/Data/Application/8C17164B-9840-4F81-9D8E-381759FA500C/tmp/virtual_assets/alert-icon-1562.png): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Strange thing is that the image IS present in the Files Manager and that my project was working a few days ago... I've already done a clean project. What might be the issue?
Compiling in release mode = ok, the problem only occurs in debug mode.