Hello,
As the title says, on Simulator (Windows 7) my code works fine. I have a simple line of
pickerWheel:selectValue( 1, 3 )
Which works fine on simulator. But on device I get:
test.lua:139 attempt to call method ‘selectValue’ (a nil value)
I tried searching Google but couldn’t find any similar results. Which is weird because I also tested on other devices.
My Corona Simulator says it’s version 2016.2992
Please help me with this…

