Working on an update to a previously live app. Using 2015.2676.
On the simulator and Android, I have no problem, but on iOS I encountered the following error:
Runtime Error: Runtime error: bad argument #2 to 'newSprite' (ImageSheet expected, got nil) stack traceback: [C]: in function 'newSprite' ?: in function '?' ?: in function \<?:916\> (tail call): ? ?: in function \<?:122\> (tail call): ? ?: in function \<?:137\> ?: in function 'dispatchEvent' ?: in function 'gotoScene' ?: in function \<?:133\> ?: in function \<?:221\>
After a bazillion print statements, it seems like it is crashing on a widget.newSwitch() call. Any ideas?
thanks,
–john