So it was working literally 30 minutes ago for several days and boom its down.
function cartBadge(){ if ( cartItems.length >= 1){ Ti.App.tabCart.setBadge(cartItems.length); } }The error I receive is on
Ti.App.tabCart
. The full error is, Script Error = Result of expression 'Ti.App.tabCart' [undefined] is not an object.
Anybody see the problem? I've tried restarting, deleting built folder, cleaning project...