iOS Question Issue with assets? [solved]

wimpie3

Well-Known Member
Licensed User
Longtime User
I get this error in the console after doing xui.LoadBitmapResize:
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.
 

wimpie3

Well-Known Member
Licensed User
Longtime User
The solution was to remove the app from the phone before compiling. Weird but true.
 
Upvote 0
Top