I am developing a ListView based widget that has a ScrollableView in the template definition (yep I have read the stuff about ListView and Scrolling views but I have a need to put it in).
Anyway it all seems to work fine in the iOS emulator, Genymotion as well as various Android devices (2.3.7 - 4.2), but when I install it to an iOS device I get the error below.
[WARN] : Attempted to load TiUIScrollableViewProxy: Could not find class definition. [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Could not retrieve template for SIZE measurement [WARN] : Attempted to load TiUIScrollableViewProxy: Could not find class definition.I can 'fix' this by referencing the ScrollableView in my test index controller ( I assume this forces the lib to be included). Just seems to take no notice when in the Template of the widget.
TiSDK 3.3.0.GA, Alloy 1.4.