iOS Question Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or dir

abarnett

Member
Licensed User
Longtime User
Cannot run app now.

This happens in debug mode on hosted builder. Last night was fine, no code changes this morning but its failing to work property.

am also getting this error;
'Error opening stream: The operation couldn’t be completed. No such file or directory'
on this command 'imgLogo.Bitmap=LoadBitmap(File.DirAssets,"it-logo.png")'
the png file is in the file manager

All worked yesterday evening??
 
Last edited:
Top