Ios Run Time Error

Hi Team, I am getting an error as mentioned in the screenshot below. Can you please let me know what may be the possible solution for it.

This looks like iOS ? Are you using iOS companion ?

Yes, I am trying to run it on AI companion on iPhone

1 Like

I am also facing similar issue on iOS device

This error usually comes up when you have a component with a percentage sizing nested inside of an invisible arrangement. Until we can fix the bug, you can either change the component's width/height to use a non-percentage size or you can make the arrangement visible in the designer but set its visible property to false in the Initialize handler.

1 Like

Thanks a lot for your immediate response. I will check on it and get back if I face an issue again.