Hello,
I have created an app with two build configurations (two different package names of course). I have added the AutoTextSizeLabel class for custom views added to the layout from the Designer.
When I compile the app with BC1 (the build configuration used when I created the layout), no error appears in the logs.
But when I compile the app with BC2 (the other build configuration), I get lines in the logs like the one below (one line per one custom view used).
I have thought that opening the layout from the Designer selecting the build configuration 2 and saving the layout again would correct the issue but it does not. I have checked and the layout file is not protected (I can save it without error, it is writable).
The layout works great and without error but I wonder what I did wrong. Do you have any idea ? Many thanks
I have created an app with two build configurations (two different package names of course). I have added the AutoTextSizeLabel class for custom views added to the layout from the Designer.
When I compile the app with BC1 (the build configuration used when I created the layout), no error appears in the logs.
But when I compile the app with BC2 (the other build configuration), I get lines in the logs like the one below (one line per one custom view used).
Class not found: BC1_package.autotextsizelabel, trying: BC2_package.autotextsizelabel
I have thought that opening the layout from the Designer selecting the build configuration 2 and saving the layout again would correct the issue but it does not. I have checked and the layout file is not protected (I can save it without error, it is writable).
The layout works great and without error but I wonder what I did wrong. Do you have any idea ? Many thanks