Has anyone else seen this error? I’ll log a bug report since it is easily reproducible with the sample app. This failure started with 2015.2673 (was working fine in 2015.2669 and prior).
(Bug is now files as Case 41750)
local spinner = widget.newSpinner( ) — THIS IS LINE 28
spinner.x = display.contentCenterX
spinner.y = 3*display.contentHeight/4
spinner:start( )
Jul 15 08:44:27.073: App: WARNING: Failed to find image 'widget_theme_ios7.png’
Jul 15 08:44:27.074: App: ERROR: display.newImageRect() bad argument #2: filename or image sheet expected, but got nil
Jul 15 08:44:27.074: App: Runtime error
?:0: attempt to index a nil value
stack traceback:
?: in function '?'
?: in function <?:195>
(tail call): ?
?: in function <?:122>
(tail call): ?
/Users/bob/Testing/App/ios/…/Corona/main.lua:28: in main chunk