debug mode

  1. F

    iOS Question Unable to delete image - png already exists

    Hi, guys, I would like to ask you for some help with this recent issue for some reason when I try to debug my project I'm getting this error: Building Xcode project. Error The file 'G:\Objects\src\Images.xcassets\AppIcon.appiconset\icon-store-1024.png' already exists. I try to delete the file...
  2. F

    iOS Question Debug error

    Hi guys I'm getting this error when I try to debug do i need to have both certificates on the Key folder? Parsing code. (0.00s) Building folders structure. (0.06s) Compiling code. (0.01s) Building designer app. (0.04s) Building Xcode project. (0.30s) Preparing project for...
  3. R

    Android Question Why File.CopyAsync fails in debug mode but runs fine in release mode?

    Sub GetStringFromFile(strFile As String) As ResumableSub Dim lBytes As Long Dim strResult As String If File.Exists(File.DirInternal, strFile) = False Then Wait For (File.CopyAsync(File.DirAssets, strFile, File.DirInternal, strFile)) Complete (bSuccess As Boolean)...
  4. F

    Android Question app fails in debug mode

    Hi, since today, all my apps did not run in "debug mode". In "release mode" everything works fine. I use B4A V11.00. The virus scanner "AVG" is disabled. Even if i try a "new project" with only one button in the main layout, the error occurs. The error message is always the same for all apps...
  5. Didier9

    Android Question How to detect when an app is running in Debug mode [solved]

    I am sure I saw that before but at the moment I can't find it. I want to be able to turn off logging when not running in debug. Thanks in advance
  6. tariqyounis

    iOS Question HTML5 Problem

    Hello all; when I run any HTML5 wrapper program it does not load the page, but if I run the program in debug mode and walk through the program step by step it works ok... Any ideas?
Top