ListView Missing in Compiled .ipa Using iOS Build Server

Currently, when compiling an .ipa using https://iosbuildservertest.appinventor.mit.edu, the ListView component does not appear in the final build. This issue occurs whether the ListView is initially blank and populated dynamically or pre-filled using the ElementsFromString property during initialization. Is this a known bug, or is there a recommended workaround?

Try to put a fix dimmensions (height and weigth) in your ListView when you are populate it.

Thank you for the help and reply! I used Fill Parent on the width and height of the ListView and it compiled correctly in the .ipa build.

Ok. And keep attention because the ListView is not full implemented in iOS