tufanv Expert Licensed User Longtime User Mar 10, 2016 #1 Hello I am having a problem for the code B4X: Dim imgdkk As Bitmap =LoadBitmap(File.DirAssets, "denmark.png") in debug mode it gives : B4X: Error opening stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" while the file is already in files tab. In release mode there is no problem. The app is wprking fine. Can it be a bug ? ty
Hello I am having a problem for the code B4X: Dim imgdkk As Bitmap =LoadBitmap(File.DirAssets, "denmark.png") in debug mode it gives : B4X: Error opening stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" while the file is already in files tab. In release mode there is no problem. The app is wprking fine. Can it be a bug ? ty
Erel B4X founder Staff member Licensed User Longtime User Mar 11, 2016 #2 Try to uninstall the debug app and install it again.
tufanv Expert Licensed User Longtime User Mar 11, 2016 #3 Erel said: Try to uninstall the debug app and install it again. Click to expand... Yes this fixed it. Thank you !
Erel said: Try to uninstall the debug app and install it again. Click to expand... Yes this fixed it. Thank you !