I am in the process of updating an app B4XPages (B4i) was ok.
But when I open the B4A I receive this error in the log. I did not change any libraries.
I only modified an IF ELSE logic about 5 lines on the B4i side
B4X:
Undeclared variable 'm_ignore' is used before it was assigned any value.
With the lack of information you give, how do you expect any concrete help.
We do not know what m_ignore is !?
From your screenshot it seems that you have lots of warnings ?!
You might have a look at those.
And you have also lots of libraries checked, do you really need all those ?
I'm making a lot of b4xlibs that I'm using in my main project. Today I got this message in the main project. Usually clicking the red text brings one to the error, but this only happens if the error is in the active project. In this case the error was in one of my b4xlibs. But which one...