Default widget spinner bug in Daily 2215

The code:

[lua]local widget = require(“widget”)

local spinner = widget.newSpinner({top = 100, left = 100, width = 50, height = 50})

spinner:start()[/lua]

Gave you a a default spinner in versions before 2215. Now you get the error:

[lua]WARNING: Failed to find image(widget_theme_ios7.png)

2014-03-26 09:25:33.172 Corona Simulator[814:507] ERROR: bad argument #2 to display.newImageRect(): filename or image sheet expected, but got nil.

2014-03-26 09:25:33.172 Corona Simulator[814:507] Runtime error

?:0: attempt to index a nil value

stack traceback:

    ?: in function ‘?’

    ?: in function <?:195>

    (tail call): ?

    ?: in function <?:122>

    (tail call): ?

    /temp/main.lua:2: in main chunk[/lua]

Reported case 31540

The issues around:
 

WARNING: Failed to find image(widget\_theme\_ios7.png)

are fixed in Daily Build 2014.2216 (caused by a behavioral change in Xcode 5.1).

The issues around:
 

WARNING: Failed to find image(widget\_theme\_ios7.png)

are fixed in Daily Build 2014.2216 (caused by a behavioral change in Xcode 5.1).