Widget theme failure in enterprise starting with 2015.2673

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

I wanted to say thanks for getting this issue fixed quickly.  

Got the same error.

Could you give the solution?

Thanks  :slight_smile:

Olivier

Which version do you see the problem in?

What sounds like the same issue was fixed in Daily Build CoronaSDK 2015.2682:

  • iOS - Fix missing widget resources issue - fixes casenum 41750

I wanted to say thanks for getting this issue fixed quickly.  

Got the same error.

Could you give the solution?

Thanks  :slight_smile:

Olivier

Which version do you see the problem in?

What sounds like the same issue was fixed in Daily Build CoronaSDK 2015.2682:

  • iOS - Fix missing widget resources issue - fixes casenum 41750